Decimal Arithmetic Functions [Automation]
The decimal arithmetic functions are described in the following table:
Decimal Arithmetic Functions | Descriptions |
|---|---|
Returns the result of dividing two variants of type decimal. | |
Returns the sum of two variants of type decimal. | |
Returns the result of multiplying two variants of type decimal. | |
Returns the result of subtracting two variants of type decimal. | |
Returns the absolute value of a variant of type decimal. | |
Returns the integer portion of a variant of type decimal. | |
Returns the integer portion of a variant of type decimal. | |
Performs logical negation on a variant of type decimal. | |
Rounds a variant of type decimal to the specified number of decimal places. | |
Compares two variants of type decimal. | |
Compares a variant of type decimal with a value of type double. |