Trig.DegreesToRadians Method |
Converts degrees to radians.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The angle to convert in degrees.
Return Value
Type:
DoubleThe corresponding angle in radians.
See Also