Converts boolean value to Series for further operations
Namespace: GF.Clients.Charts.TimeSeries
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Parameters
- x
- Type: SystemBoolean
bool value
Return Value
Type: Seriesnew ConstSeries(x ? 1 : 0)
See Also