table of number of trailing zeros in a byte

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static readonly sbyte[] ntzTable
Visual Basic
Public Shared ReadOnly ntzTable As SByte()
Visual C++
public:
static initonly array<signed char>^ ntzTable

See Also