Multiplicative operators
The multiplicative operators are used to perform arithmetic on two operands of matching type, both decimal or both float or both integer.
MultiplicativeExp
Rule components
The left and right operands must both be expressions of type decimal or both be of type float or both be of type integer.
The result type of the multiplicative operators is the same as the type of the operands.