Decimal Arithmetic Functions
The decimal arithmetic functions are described in the following table.
In this section
| Topic | Description |
|---|---|
|
Retrieves the absolute value of a variant of type decimal. | |
|
Adds two variants of type decimal. | |
|
Compares two variants of type decimal. | |
|
Compares a variant of type decimal with the a value of type double. | |
|
Divides two variants of type decimal. | |
|
Retrieves the integer portion of a variant of type decimal. | |
|
Retrieves the integer portion of a variant of type decimal. | |
|
Multiplies two variants 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. | |
|
Subtracts two variants of type decimal. |
Related topics