Vector<T>.NegateInPlace Method

Negates a vector in-place.

Definition

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

Return Value

Vector<T>
The vector whose elements are equal to minus the corresponding element of the vector.

See Also