Vector<T>.SubtractionAssignment(Vector<T>, T) Operator

Defines the compound subtraction assignment operator for a vector and a scalar in F#.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
C# does not support this operator.

Parameters

self  Vector<T>
A vector.
term  T
A real number.

Return Value

Vector<T>
A reference to self.

See Also