Single.Sinh(Single) 메서드

정의

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

public:
 static float Sinh(float x) = System::Numerics::IHyperbolicFunctions<float>::Sinh;
public static float Sinh(float x);
static member Sinh : single -> single
Public Shared Function Sinh (x As Single) As Single

매개 변수

x
Single

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

반품

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

구현

적용 대상