다음을 통해 공유


NFloat.Tanh(NFloat) 메서드

정의

값의 쌍곡선 탄젠트를 계산합니다.

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

매개 변수

x
NFloat

하이퍼볼릭 탄젠트를 계산할 라디안 단위의 값입니다.

반환

x의 쌍곡선 접선입니다.

구현

적용 대상