MathFunctions Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
The MathFunctions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Abs |
Defines the mapping for the Math.Abs(operand) method mapping
|
![]() ![]() | Acos |
Defines the mapping for the Math.Acos(operand) method mapping
|
![]() ![]() | Asin |
Defines the mapping for the Math.Asin(operand) method mapping
|
![]() ![]() | Atan |
Defines the mapping for the Math.Atan(operand) method mapping
|
![]() ![]() | Atan2 |
Defines the mapping for the Math.Atan2(operand) method mapping
|
![]() ![]() | Ceiling |
Defines the mapping for the Math.Ceiling(operand) method mapping
|
![]() ![]() | Cos |
Defines the mapping for the Math.Cos(operand) method mapping
|
![]() ![]() | Exp |
Defines the mapping for the Math.Exp(operand) method mapping
|
![]() ![]() | Floor |
Defines the mapping for the Math.Floor(operand) method mapping
|
![]() ![]() | Log |
Defines the mapping for the Math.Log(operand1, operand2) method mapping
|
![]() ![]() | Log10 |
Defines the mapping for the Math.Log10(operand) method mapping
|
![]() ![]() | Power |
Defines the mapping for the Math.Pow(operand1, operand2) method mapping
|
![]() ![]() | Round(Object) |
Defines the mapping for the Math.Round(operand) method mapping
|
![]() ![]() | Round(Object, Object) |
Defines the mapping for the Math.Round(operand1, operand2) method mapping
|
![]() ![]() | Sign |
Defines the mapping for the Math.Sign(operand) method mapping
|
![]() ![]() | Sqrt |
Defines the mapping for the Math.Sqrt(operand) method mapping
|
![]() ![]() | Tan |
Defines the mapping for the Math.Tan(operand) method mapping
|
![]() ![]() | Truncate |
Defines the mapping for the Math.Truncate(operand) method mapping
|