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