Description
The product of two numbers or vectors. A vector multiplied by a number will yield a scaled vector.
Snippet
Multiply(0, 0);
Properties
Returns: Float | Vector
Parameters: Value, Value
Value
Type: Float | Vector, Default: Number
The left-hand operand. May be any value that results in a number or a vector.Value
Type: Float | Vector, Default: Number
The right-hand operand. May be any value that results in a number or a vector.