AvlTreeTKey, TValueAvlTreeIterator Constructor |
Creates tree iterator.
Namespace:
RTMath.Containers
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public AvlTreeIterator(
AvlTreeTKey, TValueEntry[] data,
int current,
int position
)
Parameters
- data
- Type: RTMath.ContainersAvlTreeTKey, TValueEntry
Tree data array. - current
- Type: SystemInt32
Position of the current node. - position
- Type: SystemInt32
Position of the current node in sorted order.
See Also