NFloat.Asinh(NFloat) 메서드

정의

값의 하이퍼볼릭 아크 사인을 계산합니다.

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

매개 변수

x
NFloat

하이퍼볼릭 아크 사인을 계산할 값(라디안)입니다.

반환

의 하이퍼볼릭 아크 사인 x입니다.

구현

적용 대상