Numeric Operators
Numeric operators function with all numeric values. The following table lists the numeric operators in order of precedence.
Numeric Operators
Operator | Action | Code |
---|---|---|
|
Group subexpressions |
|
|
Exponentiation |
|
|
Multiplication and division |
|
|
Modulus (remainder) |
|
|
Addition and subtraction |
|
See Also
% Operator | Currency Data Type | Double Field Type | Float Field Type | Numeric Data Type | Operators