Vector<T>.SubtractInPlace(T) Method

Subtracts a constant value from the elements of this vector in-place.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> SubtractInPlace(
	T value
)

Parameters

value  T
The value to subtract.

Return Value

Vector<T>
A reference to this instance.

See Also