NFloat.Cosh(NFloat) 메서드

정의

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

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

매개 변수

x
NFloat

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

반환

x의 쌍곡선 코사인입니다.

구현

적용 대상