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