Matrix4x4Node.UnaryNegation(Matrix4x4Node) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the - operator.
public static CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node operator -(CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node value);
static member ( ~- ) : CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node -> CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node
Public Shared Operator - (value As Matrix4x4Node) As Matrix4x4Node
Parameters
- value
- Matrix4x4Node
The value.
Returns
The result of the operator.