Negates a vector in-place.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> NegateInPlace()
Public Function NegateInPlace As Vector(Of T)
public:
Vector<T>^ NegateInPlace()
member NegateInPlace : unit -> Vector<'T>
Return Value
Type:
VectorTThe vector whose elements
are equal to minus the corresponding element of the vector.
Reference