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

實作

適用於