SortedTreeScannerBaseTKey, TValueFindLeafNodeAddress Method
Gets the block index when seeking for the provided key.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected uint FindLeafNodeAddress(
TKey key
)
Protected Function FindLeafNodeAddress (
key As TKey
) As UInteger
protected:
unsigned int FindLeafNodeAddress(
TKey key
)
function FindLeafNodeAddress(key);
- key TKey
- The key to start the search from.
UInt32The resultant block index found after seeking for the provided key.