Single.Acos(Single) 메서드

정의

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

public:
 static float Acos(float x) = System::Numerics::ITrigonometricFunctions<float>::Acos;
public static float Acos(float x);
static member Acos : single -> single
Public Shared Function Acos (x As Single) As Single

매개 변수

x
Single

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

반품

의 아크 코사인 x입니다.

구현

설명

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

적용 대상