Variant Arithmetic Functions
The variant arithmetic functions are described in the following table.
In this section
| Topic | Description |
|---|---|
|
Returns the absolute value of a variant. | |
|
Returns the sum of two variants. | |
|
Performs a bitwise And operation between two variants of any integral type. | |
|
Concatenates two variants and returns the result. | |
|
Compares two variants. | |
|
Returns the result from dividing two variants. | |
|
Performs a bitwise equivalence on two variants. | |
|
Returns the integer portion of a variant. | |
|
Converts two variants of any type to integers then returns the result from dividing them. | |
|
Performs a bitwise implication on two variants. | |
|
Returns the integer portion of a variant. | |
|
Divides two variants and returns only the remainder. | |
|
Returns the result from multiplying two variants. | |
|
Performs logical negation on a variant. | |
|
Performs the bitwise not negation operation on a variant. | |
|
Performs a logical disjunction on two variants. | |
|
Returns the result of performing the power function with two variants. | |
|
Compares two variants of types float and double. | |
|
Performs the power function for variants of type double. | |
|
Rounds a variant of type double to the specified number of decimal places. | |
|
Rounds a variant to the specified number of decimal places. | |
|
Subtracts two variants. | |
|
Performs a logical exclusion on two variants. |
Related topics