SeriesDivision Operator (Series, Double)

GF Charts Help
Divides values of specified Series by specified value

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 dividing each values of s by value.
Remarks

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

Reference