[This is preliminary documentation and is subject to change.]
Converts degrees into radians
Namespace: NFX.GeometryAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static double ToRad(
this double degrees
)
public static double ToRad(
this double degrees
)
<ExtensionAttribute>
Public Shared Function ToRad (
degrees As Double
) As Double
<ExtensionAttribute>
Public Shared Function ToRad (
degrees As Double
) As Double
public:
[ExtensionAttribute]
static double ToRad(
double degrees
)
public:
[ExtensionAttribute]
static double ToRad(
double degrees
)
static member ToRad :
degrees : float -> float
static member ToRad :
degrees : float -> float
Return Value
Type:
DoubleUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).