Vector<T>.NegateInPlace Method

Negates a vector in-place.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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