Multiply

The multiplication operation (×) calculates the product of two scalar numbers, vectors, or transforms.

Interface

Inputs

ParameterDetailsPossible Types
Multiplier

The left-hand side of the multiplication operation.

Primary Input

f32
f64
transform
u32
vec2
Multiplicand

The right-hand side of the multiplication operation.

Default: 1

f32
f64
transform
u32
vec2

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
vec2
transform