Ranker Constructor (Int32, Int32, Boolean) |
Create new instance of ranker.
Namespace:
FinAnalysis.Ranging
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public Ranker(
int seriesCount,
int period,
bool ascendingOrder
)
Parameters
- seriesCount
- Type: SystemInt32
Number of series for ranking. - period
- Type: SystemInt32
Point update periodicity. - ascendingOrder
- Type: SystemBoolean
Set this flag for Ascending order, Descending otherwise.
See Also