Format

A * B

Returns

The product of A and B.

Multiplies A and B. The result of the operation depends on the types of values being multiplied, mostly on A.

A typeB typeResult
num or null (0)num or null (0)Numeric product
icon or /iconicon or num or colorNew blended icon via ICON_MULTIPLY
matrixmatrixNew matrix, product of A and B
numNew matrix scaling A by B
vectorNew matrix scaling A by B.x and B.y
vectorvectorNew vector with components multiplied together
matrixNew vector with 2D transformation applied
numNew vector scaling A by B

See also

1 item under this folder.