NFloat.Acos(NFloat) 메서드

정의

값의 아크 코사인을 계산합니다.

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

매개 변수

x
NFloat

아크 코사인을 계산할 라디안 값입니다.

반환

의 아크 코사인입니다 x.

구현

설명

이 계산은 arccos(x) 간격 [+0, +π] 라디안으로 계산됩니다.

적용 대상