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있습니다.

구현

설명

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

적용 대상