UnaryNegation Operator
Negates the given matrix by multiplying all values by -1.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Matrix operator -(
Matrix value
)
Public Shared Operator - (
value As Matrix
) As Matrix
static let inline (-)
value : Matrix : Matrix
Parameters
- Matrix
- The source matrix.
Return Value
Matrix
The negated matrix.