Subtract

The subtraction operation (-) calculates the difference between two scalar numbers or vectors.

Interface

Inputs

ParameterDetailsPossible Types
Minuend

The left-hand side of the subtraction operation.

Primary Input

f32
f64
u32
vec2
Subtrahend

The right-hand side of the subtraction operation.

Default: 0

f32
f64
u32
vec2

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
vec2