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
- series
- Type: GF.Clients.Charts.TimeSeriesSeries
A Series - value
- Type: SystemDouble
A value
Return Value
Type: SeriesResult[i] = s1[i] < 0 ? 1 : 0;
See Also