Floating Point Intrinsic Functions (PRIM_LIBI.IFloatingPointIntrinsics)
Floating point intrinsic functions
Ancestors - None
Container for all floating point intrinsic functions
| Name | Description |
|---|---|
| Add | Add two floats
Result, Object |
| ArcCosine | ArcCosine Trigonometric method
Result |
| ArcSine | ArcSine Trigonometric method
Result |
| ArcTangent | ArcTangent Trigonometric method
Result |
| ArcTangent2 | ArcTangent2 Trigonometric method
Result, Y |
| AsDecimal | Return the variable as a decimal
Result |
| AsString | Return the variable as a string
Result |
| AsValue | Return the variable as a value if SQLNull
Result, Default |
| Bound | Apply boundary values to the variable
Result, NumberOne, NumberTwo |
| Cosine | Cosine Trigonometric method
Result |
| CosineH | CosineH Trigonometric method
Result |
| Divide | Divide a number
Result, Object |
| Exponential | Exponential value of a float
Result |
| FAbs | Return the absolute value of a float
Result |
| FMod | Return the modulus value
Result, By |
| IsBetween | Test if the value is within a range
Result, NumberOne, NumberTwo |
| IsNANorND | Test if a number value is NAN (not a number) or ND (not defined)
Result |
| Logarithm | Natural Logarithm of a float
Result |
| Logarithm10 | Logarithm Base10 of a float
Result |
| Max | Returns the largest number
Result, Float1, Float2, Float3, Float4, Float5, Float6, Float7, Float8, Float9 |
| Min | Returns the smallest number
Result, Float1, Float2, Float3, Float4, Float5, Float6, Float7, Float8, Float9 |
| Multiply | Multiply a number
Result, Object |
| Power | Raise to the nth power
Result, To |
| Pred | Decrement the value by 1
Result |
| Sine | Sine Trigonometric method
Result |
| SineH | SineH Trigonometric method
Result |
| Sqrt | Find the square root
Result |
| Subtract | Subtract
Result, Object |
| Succ | Increment the value by 1
Result |
| Tangent | Tangent Trigonometric method
Result |
| TangentH | TangentH Trigonometric method
Result |
Febuary 18 V14SP2