AvlTreeTKey, TValue Constructor (Int32) |
Creates AVL tree with required number of preallocated elements.
Namespace:
RTMath.Containers
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public AvlTree(
int capacity
)
Parameters
- capacity
- Type: SystemInt32
Number of nodes to preallocate.
See Also