SeriesSubtraction Operator (Series, Double)

GF Charts Help
Subtracts value from values of specified Series

Namespace:  GF.Clients.Charts.TimeSeries
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static Series operator -(
	Series s,
	double value
)

Parameters

s
Type: GF.Clients.Charts.TimeSeriesSeries
A Series
value
Type: SystemDouble
A value

Return Value

Type: Series
The Series result of subtracting value from each values of s.
Remarks

Mathematically, Result[i] = s[i] - value for all i from 0 to Length
See Also

Reference