Single.Cosh(Single) 메서드

정의

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

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

매개 변수

x
Single

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

반품

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

구현

적용 대상