Click or drag to resize
AlphabetLgR Property
Returns the binary logarithm of the number of characters in this alphabet.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int LgR { get; }

Return Value

Type: Int32
the binary logarithm (rounded up) of the number of characters in this alphabet
See Also