Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The decimal arithmetic functions are described in the following table.
In this section
Topic | Description |
---|---|
VarDecAbs |
Retrieves the absolute value of a variant of type decimal. |
VarDecAdd |
Adds two variants of type decimal. |
VarDecCmp |
Compares two variants of type decimal. |
VarDecCmpR8 |
Compares a variant of type decimal with the a value of type double. |
VarDecDiv |
Divides two variants of type decimal. |
VarDecFix |
Retrieves the integer portion of a variant of type decimal. |
VarDecInt |
Retrieves the integer portion of a variant of type decimal. |
VarDecMul |
Multiplies two variants of type decimal. |
VarDecNeg |
Performs logical negation on a variant of type decimal. |
VarDecRound |
Rounds a variant of type decimal to the specified number of decimal places. |
VarDecSub |
Subtracts two variants of type decimal. |