Click or drag to resize

MathFunctions Class

Class which defines the function mappings for the Math class
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.QuerySpecMathFunctions

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public static class MathFunctions

The MathFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAbs
Defines the mapping for the Math.Abs(operand) method mapping
Public methodStatic memberAcos
Defines the mapping for the Math.Acos(operand) method mapping
Public methodStatic memberAsin
Defines the mapping for the Math.Asin(operand) method mapping
Public methodStatic memberAtan
Defines the mapping for the Math.Atan(operand) method mapping
Public methodStatic memberAtan2
Defines the mapping for the Math.Atan2(operand) method mapping
Public methodStatic memberCeiling
Defines the mapping for the Math.Ceiling(operand) method mapping
Public methodStatic memberCos
Defines the mapping for the Math.Cos(operand) method mapping
Public methodStatic memberExp
Defines the mapping for the Math.Exp(operand) method mapping
Public methodStatic memberFloor
Defines the mapping for the Math.Floor(operand) method mapping
Public methodStatic memberLog
Defines the mapping for the Math.Log(operand1, operand2) method mapping
Public methodStatic memberLog10
Defines the mapping for the Math.Log10(operand) method mapping
Public methodStatic memberPower
Defines the mapping for the Math.Pow(operand1, operand2) method mapping
Public methodStatic memberRound(Object)
Defines the mapping for the Math.Round(operand) method mapping
Public methodStatic memberRound(Object, Object)
Defines the mapping for the Math.Round(operand1, operand2) method mapping
Public methodStatic memberSign
Defines the mapping for the Math.Sign(operand) method mapping
Public methodStatic memberSqrt
Defines the mapping for the Math.Sqrt(operand) method mapping
Public methodStatic memberTan
Defines the mapping for the Math.Tan(operand) method mapping
Public methodStatic memberTruncate
Defines the mapping for the Math.Truncate(operand) method mapping
Top
See Also