SparseIndexTKeyGetFirstIndex Method
Gets the node index of the first leaf node in the tree.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public uint GetFirstIndex(
byte level
)
Public Function GetFirstIndex (
level As Byte
) As UInteger
public:
unsigned int GetFirstIndex(
unsigned char level
)
function GetFirstIndex(level);
- level Byte
- The level of the node requesting the lookup.
UInt32The index of the first leaf node.