| * | Index Level | * |
| Syntax | num.expression * num.expression |
| Category | BASIC |
| Type | Operator, Arithmetic |
| Description | A mathematical operator indicating a multiply operation. |
| Options | |
| See Also | num.expression precedence \= operators arithmetic operators arithmetic expressions *= += := -= PRECISION /= ! + |
| Example |
gross.wages = hours.worked * hourly.rate
This example illustrates the use of "*" to indicate multiplication. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| * | Index Level | * |