NFloat.Sinh(NFloat) 메서드

정의

값의 쌍곡선 사인을 계산합니다.

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

매개 변수

x
NFloat

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

반환

x의 쌍곡선 사인입니다.

구현

적용 대상