Click or drag to resize
BinarySearchSTKey, ValueRank Method
Returns the number of keys in this symbol table strictly less than key.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int Rank(
	Key key
)

Parameters

key
Type: Key
key the key

Return Value

Type: Int32
the number of keys in the symbol table strictly less than key
Exceptions
ExceptionCondition
ArgumentNullExceptionif key is null
See Also