Vector2Node.UnaryNegation(Vector2Node) 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.Vector2Node operator -(CommunityToolkit.WinUI.Animations.Expressions.Vector2Node value);
static member ( ~- ) : CommunityToolkit.WinUI.Animations.Expressions.Vector2Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector2Node
Public Shared Operator - (value As Vector2Node) As Vector2Node
Parameters
- value
- Vector2Node
The value.
Returns
The result of the operator.