Subtracts a constant value from the elements of this vector in-place.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> SubtractInPlace(
T value
)
Public Function SubtractInPlace (
value As T
) As Vector(Of T)
public:
Vector<T>^ SubtractInPlace(
T value
)
member SubtractInPlace :
value : 'T -> Vector<'T>
Parameters
- value
- Type: T
The value to subtract.
Return Value
Type:
VectorTA reference to this instance.
Reference