Share via


NFloat.RadiansToDegrees(NFloat) メソッド

定義

指定した値をラジアンから度に変換します。

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

パラメーター

radians
NFloat

度に変換する値。

戻り値

度に変換された の radians 値。

実装

適用対象