TrigDegreesToRadians Method |
Converts degrees to radians.
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 DegreesToRadians(
double angle
)
Public Shared Function DegreesToRadians (
angle As Double
) As Double
public:
static double DegreesToRadians(
double angle
)
static member DegreesToRadians :
angle : float -> float
Parameters
- angle
- Type: SystemDouble
The angle to convert in degrees.
Return Value
Type:
DoubleThe corresponding angle in radians.
See Also