Extension of Math class to support mathematical operations with Series
Inheritance Hierarchy
GF.Clients.Charts.Custom.EL.RuntimeMathEL
Namespace: GF.Clients.Charts.Custom.EL.Runtime
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Methods
Name | Description | |
---|---|---|
![]() ![]() | Abs(Double) |
Returns the absolute value
|
![]() ![]() | Abs(Series) |
Returns the Series that contains absolute values of value |
![]() ![]() | Ceiling(Double) | |
![]() ![]() | Ceiling(Series) | |
![]() ![]() | CrossesOver(Series, Series) |
Determines if the value of sa1 crosses over the value of sa2 on the bar under consideration.
|
![]() ![]() | CrossesOver(Series, Double) |
Determines if the value of sa1 crosses over the value on the bar under consideration.
|
![]() ![]() | CrossesUnder(Series, Series) |
Determines if the value of sa1 crosses under the value of sa2 on the bar under consideration.
|
![]() ![]() | CrossesUnder(Series, Double) |
Determines if the value of sa1 crosses over the value on the bar under consideration.
|
![]() ![]() | ExpValue(Double) | |
![]() ![]() | ExpValue(Series) | |
![]() ![]() | Floor(Double) | |
![]() ![]() | Floor(Series) | |
![]() ![]() | Frac(Double) | |
![]() ![]() | Frac(Series) |
Calculates the fractional part of a number.
|
![]() ![]() | IntPortion(Double) | |
![]() ![]() | IntPortion(Series) | |
![]() ![]() | Log(Double) | |
![]() ![]() | Log(Series) | |
![]() ![]() | Max(Double) |
Returns the larger of parameters
|
![]() ![]() | Max(Series) |
Returns the larger of parameters
|
![]() ![]() | Max2(Double) |
Returns the second larger of parameters
|
![]() ![]() | Max2(Series) | |
![]() ![]() | Min(Double) |
Returns the smaller of parameters
|
![]() ![]() | Min(Series) | |
![]() ![]() | Min2(Double) |
Returns the second smaller of parameters
|
![]() ![]() | Min2(Series) |
Returns the second smaller of parameters
|
![]() ![]() | Mod(Double, Double) |
Returns the remainder of division
|
![]() ![]() | Mod(Int32, Int32) |
Returns the remainder of division
|
![]() ![]() | Mod(Series, Series) | |
![]() ![]() | Neg(Double) | |
![]() ![]() | Neg(Series) |
Returns the negative value
|
![]() ![]() | Power(Double, Double) | |
![]() ![]() | Power(Series, Series) | |
![]() ![]() | Random(Double) | |
![]() ![]() | Random(Series) |
Returns a random number between 0.0 and the specified maximum
|
![]() ![]() | Round(Double, Double) | |
![]() ![]() | Round(Series, Series) | |
![]() ![]() | Sign(Double) | |
![]() ![]() | Sign(Series) |
Returns a value indicating the sign of a number.
|
![]() ![]() | Square(Double) | |
![]() ![]() | Square(Series) |
Returns the square of a specified number.
|
![]() ![]() | SquareRoot(Double) | |
![]() ![]() | SquareRoot(Series) | |
![]() ![]() | Sum(Double) |
Returns the sum of parameters
|
![]() ![]() | Sum(Series) |
See Also