AvlTreeTKey, TValueOrderStatisticIterator Method |
Finds iterator at the specified position in the sorted order.
Namespace:
RTMath.Containers
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public AvlTreeTKey, TValueAvlTreeIterator OrderStatisticIterator(
int position
)
Parameters
- position
- Type: SystemInt32
Required position.
Return Value
Type:
AvlTreeTKey, TValueAvlTreeIteratorReturns iterator at the specified position in the sorted order.
See Also