Times Operator
* Operator
Description (arithmetic multiplication):
The arithmetic multiplication of a first number by a second number.
note
ARITHMETIC OVERFLOW
This function is non-evaluable if the resultant value would exceed approximately +/- 1.8e308.
For example, multiplying two very big numbers.
Returns:
Number
Parameters:
Parameter | Data Type | Description |
|---|---|---|
1 | Number | The first number. |
2 | Number | The second number. |
Examples:
When using functions inside a field, remember the field brackets:
{CustomizationCost*SalesTax}
Expression | Result |
|---|---|
2.5 * -3.4999 | -8.74975 |
2 * -3.4999 | -6.9998 |