Vector4Accumulator.Subtract


Declaration

protected override Vector4 Subtract(Vector4 value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

Vector4The new total value.