TrigRadiansToDegrees Method |
Converts radians to degrees.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static double RadiansToDegrees(
double angle
)
Public Shared Function RadiansToDegrees (
angle As Double
) As Double
public:
static double RadiansToDegrees(
double angle
)
static member RadiansToDegrees :
angle : float -> float
Parameters
- angle
- Type: SystemDouble
The angle to convert in radians.
Return Value
Type:
DoubleThe corresponding angle in degrees.
See Also