Click or drag to resize

AvlTreeTKey, TValueItem Property (Double)

Finds iterator which is greater than specified percentile elements in the tree.

Namespace:  RTMath.Containers
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public AvlTreeTKey, TValueAvlTreeIterator this[
	double percentile
] { get; }

Parameters

percentile
Type: SystemDouble
Percent of elements to excel.

Return Value

Type: AvlTreeTKey, TValueAvlTreeIterator
Returns iterator which is greater than specified percentile elements in the tree.
See Also