ExpressionFunctions.Square(ScalarNode) 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.
Returns the specified number multiplied by itself.
public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode Square(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val);
static member Square : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function Square (val As ScalarNode) As ScalarNode
Parameters
- val
- ScalarNode
The floating point number to square.
Returns
ScalarNode.