Vector4Accumulator.Subtract
Method in Vector4Accumulator
Declaration
protected override Vector4 Subtract(Vector4 value)Description
Decreases the accumulated total by a given value.
Parameters
| value | The value to subtract from the total. |
Returns
| Vector4 | The new total value. |