MathEL Class

GF Charts Help
Extension of Math class to support mathematical operations with Series
Inheritance Hierarchy

SystemObject
  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

public static class MathEL
Methods

  NameDescription
Public methodStatic memberAbs(Double)
Returns the absolute value
Public methodStatic memberAbs(Series)
Returns the Series that contains absolute values of value
Public methodStatic memberCeiling(Double)
Public methodStatic memberCeiling(Series)
Public methodStatic memberCrossesOver(Series, Series)
Determines if the value of sa1 crosses over the value of sa2 on the bar under consideration.
Public methodStatic memberCrossesOver(Series, Double)
Determines if the value of sa1 crosses over the value on the bar under consideration.
Public methodStatic memberCrossesUnder(Series, Series)
Determines if the value of sa1 crosses under the value of sa2 on the bar under consideration.
Public methodStatic memberCrossesUnder(Series, Double)
Determines if the value of sa1 crosses over the value on the bar under consideration.
Public methodStatic memberExpValue(Double)
Public methodStatic memberExpValue(Series)
Public methodStatic memberFloor(Double)
Public methodStatic memberFloor(Series)
Public methodStatic memberFrac(Double)
Public methodStatic memberFrac(Series)
Calculates the fractional part of a number.
Public methodStatic memberIntPortion(Double)
Public methodStatic memberIntPortion(Series)
Public methodStatic memberLog(Double)
Public methodStatic memberLog(Series)
Public methodStatic memberMax(Double)
Returns the larger of parameters
Public methodStatic memberMax(Series)
Returns the larger of parameters
Public methodStatic memberMax2(Double)
Returns the second larger of parameters
Public methodStatic memberMax2(Series)
Public methodStatic memberMin(Double)
Returns the smaller of parameters
Public methodStatic memberMin(Series)
Public methodStatic memberMin2(Double)
Returns the second smaller of parameters
Public methodStatic memberMin2(Series)
Returns the second smaller of parameters
Public methodStatic memberMod(Double, Double)
Returns the remainder of division
Public methodStatic memberMod(Int32, Int32)
Returns the remainder of division
Public methodStatic memberMod(Series, Series)
Public methodStatic memberNeg(Double)
Public methodStatic memberNeg(Series)
Returns the negative value
Public methodStatic memberPower(Double, Double)
Public methodStatic memberPower(Series, Series)
Public methodStatic memberRandom(Double)
Public methodStatic memberRandom(Series)
Returns a random number between 0.0 and the specified maximum
Public methodStatic memberRound(Double, Double)
Public methodStatic memberRound(Series, Series)
Public methodStatic memberSign(Double)
Public methodStatic memberSign(Series)
Returns a value indicating the sign of a number.
Public methodStatic memberSquare(Double)
Public methodStatic memberSquare(Series)
Returns the square of a specified number.
Public methodStatic memberSquareRoot(Double)
Public methodStatic memberSquareRoot(Series)
Public methodStatic memberSum(Double)
Returns the sum of parameters
Public methodStatic memberSum(Series)
Top
See Also

Reference