ExpressionFunctions.ToDegrees(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.
Converts an angle in radians to degrees as: val*180/PI.
public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode ToDegrees(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val);
static member ToDegrees : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function ToDegrees (val As ScalarNode) As ScalarNode
Parameters
- val
- ScalarNode
A floating point value that represents an angle in radians.
Returns
ScalarNode.