NFloat.Asin(NFloat) 메서드

정의

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

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

매개 변수

x
NFloat

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

반환

의 아크 사인입니다 x.

구현

설명

이 계산은 arcsin(x) 간격 [-π / 2, +π / 2] 라디안으로 계산됩니다.

적용 대상