* is a standard operator that multiplies two values.
SYNTAX:
Exp * ExpWhere:Exp is an Expression
EXAMPLES:
2 * 4 = 8V1 * V4011 * 8.34 = Calculates the loading by multiplying V1 times V4011 * 8.34.