BinarySearchSTKey, ValueRank Method |
Returns the number of keys in this symbol table strictly less than key.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Rank(
Key key
)
Parameters
- key
- Type: Key
key the key
Return Value
Type:
Int32the number of keys in the symbol table strictly less than
key
Exceptions
See Also