Vector<T>.Negate In Place Method
Negates a vector in-place.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The vector whose elements are equal to minus the corresponding element of the vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> NegateInPlace()
Return Value
Vector<T>The vector whose elements are equal to minus the corresponding element of the vector.