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