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 値。

実装

適用対象