ExpressionFunctions.Pow(ScalarNode, 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 a specified number raised to the specified power.
public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode Pow(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val1, CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val2);
static member Pow : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode * CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function Pow (val1 As ScalarNode, val2 As ScalarNode) As ScalarNode
Parameters
- val1
- ScalarNode
A floating-point number to be raised to a power.
- val2
- ScalarNode
A floating-point number that specifies a power.
Returns
ScalarNode.