Vector<T>.Unary Negation Operator
Negates a vector.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A new vector whose elements are equal to minus the corresponding element of vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Vector<T> operator -(
Vector<T> vector
)
Parameters
Return Value
Vector<T>A new vector whose elements are equal to minus the corresponding element of vector.
Exceptions
Argument | vector is null |