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

Vec2
f32
f64
u32
Subtrahend

The right-hand side of the subtraction operation.

Default: 0

Vec2
f32
f64
u32

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
Vec2