NFloat.AsinPi(NFloat) 메서드

정의

값의 아크 사인을 계산하고 결과를 로 pi나눕니다.

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

매개 변수

x
NFloat

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

반환

의 아크 사인 x을 로 pi나눕니다.

구현

설명

이 는 간격 [-0.5, +0.5]을 계산합니다arcsin(x) / π.

적용 대상