MatrixUnaryNegation Operator

Negates the given matrix by multiplying all values by -1.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Matrix operator -(
	Matrix value
)

Parameters

value  Matrix
The source matrix.

Return Value

Matrix
The negated matrix.

See Also