Lookup list by rank.
- 0 = smallest value
- N = Nth smallest value
- -1 = largest value
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static CTX ListRank( int rank )
Parameters
- rank
- Type: SystemInt32
Return Value
Type: CTXSee Also