NFloat.DegreesToRadians(NFloat) 方法

定义

将给定值从度转换为弧度。

public:
 static System::Runtime::InteropServices::NFloat DegreesToRadians(System::Runtime::InteropServices::NFloat degrees) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::DegreesToRadians;
public static System.Runtime.InteropServices.NFloat DegreesToRadians (System.Runtime.InteropServices.NFloat degrees);
static member DegreesToRadians : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function DegreesToRadians (degrees As NFloat) As NFloat

参数

degrees
NFloat

要转换为弧度的值。

返回

转换为弧度的值 degrees

实现

适用于