Variant Arithmetic Functions [Automation]
The variant arithmetic functions are described in the following table.
Variant Arithmetic Functions | Descriptions |
|---|---|
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. | |
Divides two variants as integers. | |
Performs a logical 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 binary negation operation on a variant. | |
Performs a logical disjunction on two variants. | |
Performs the power function on two variants and returns the result. | |
Rounds a variant to the specified number of decimal places. | |
Returns the result from subtracting two variants. | |
Performs the binary XOR comparison operation on two variants. |