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

반환

NFloat

x의 쌍곡선 접선입니다.

구현

적용 대상