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