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 값입니다.

구현

적용 대상