MatrixUnaryNegation Operator
Negates the given matrix by multiplying all values by -1.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Matrix operator -(
Matrix value
)
Public Shared Operator - (
value As Matrix
) As Matrix
static let inline (-)
value : Matrix : Matrix
- value Matrix
- The source matrix.
MatrixThe negated matrix.