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

實作

適用於