ExpressionFunctions.Abs Method
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.
Overloads
| Abs(ScalarNode) |
Returns the absolute value of the specified input. For vectors, the absolute value of each subchannel is returned. |
| Abs(Vector2Node) |
Returns the absolute value of the specified input. For vectors, the absolute value of each subchannel is returned. |
| Abs(Vector3Node) |
Returns the absolute value of the specified input. For vectors, the absolute value of each subchannel is returned. |
| Abs(Vector4Node) |
Returns the absolute value of the specified input. For vectors, the absolute value of each subchannel is returned. . |
Abs(ScalarNode)
Returns the absolute value of the specified input. For vectors, the absolute value of each subchannel is returned.
public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode Abs(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val);
static member Abs : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function Abs (val As ScalarNode) As ScalarNode
Parameters
- val
- ScalarNode
The input value.
Returns
ScalarNode.
Applies to
Abs(Vector2Node)
Returns the absolute value of the specified input. For vectors, the absolute value of each subchannel is returned.
public static CommunityToolkit.WinUI.Animations.Expressions.Vector2Node Abs(CommunityToolkit.WinUI.Animations.Expressions.Vector2Node val);
static member Abs : CommunityToolkit.WinUI.Animations.Expressions.Vector2Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector2Node
Public Shared Function Abs (val As Vector2Node) As Vector2Node
Parameters
- val
- Vector2Node
The input value.
Returns
Vector2Node.
Applies to
Abs(Vector3Node)
Returns the absolute value of the specified input. For vectors, the absolute value of each subchannel is returned.
public static CommunityToolkit.WinUI.Animations.Expressions.Vector3Node Abs(CommunityToolkit.WinUI.Animations.Expressions.Vector3Node val);
static member Abs : CommunityToolkit.WinUI.Animations.Expressions.Vector3Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector3Node
Public Shared Function Abs (val As Vector3Node) As Vector3Node
Parameters
- val
- Vector3Node
The input value.
Returns
Vector3Node.
Applies to
Abs(Vector4Node)
Returns the absolute value of the specified input. For vectors, the absolute value of each subchannel is returned. .
public static CommunityToolkit.WinUI.Animations.Expressions.Vector4Node Abs(CommunityToolkit.WinUI.Animations.Expressions.Vector4Node val);
static member Abs : CommunityToolkit.WinUI.Animations.Expressions.Vector4Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector4Node
Public Shared Function Abs (val As Vector4Node) As Vector4Node
Parameters
- val
- Vector4Node
The input value.
Returns
Vector4Node.