Method Negate Negate(Matrix) Negates a matrix. Declaration public static Matrix Negate(Matrix matrix) Parameters Type Name Description Matrix matrix The matrix to be negated. Returns Type Description Matrix The negated matrix.