ExpressionFunctions.ACos(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 angle (in radians) whose cosine is the specified number.
public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode ACos(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val);
static member ACos : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function ACos (val As ScalarNode) As ScalarNode
Parameters
- val
- ScalarNode
Value between -1 and 1, for which to calculate the arccosine (the inverse cosine).
Returns
ScalarNode.