Currency Arithmetic Functions
The currency arithmetic functions are described in the following table.
In this section
| Topic | Description |
|---|---|
|
Retrieves the absolute value of a variant of type currency. | |
|
Adds two variants of type currency. | |
|
Compares two variants of type currency. | |
|
Compares a variant of type currency with a value of type double. | |
|
Retrieves the integer portion of a variant of type currency. | |
|
Retrieves the integer portion of a variant of type currency. | |
|
Multiplies two variants of type currency. | |
|
Multiplies a currency value by a 32-bit integer. | |
|
Multiplies a currency value by a 64-bit integer. | |
|
Performs a logical negation on a variant of type currency. | |
|
Rounds a variant of type currency to the specified number of decimal places. | |
|
Subtracts two variants of type currency. |
Related topics