Returns a Series indicating whether values of specified Series is lesser than corresponding values of another specified Series
Namespace: GF.Clients.Charts.TimeSeries
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Parameters
- value
- Type: SystemDouble
A value - series
- Type: GF.Clients.Charts.TimeSeriesSeries
A Series
Return Value
Type: SeriesResult[i] = 0 < s2[i] ? 1 : 0;
See Also