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

구현

적용 대상