NFloat.Tan(NFloat) 메서드

정의

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

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

매개 변수

x
NFloat

탄젠트를 계산할 라디안 값입니다.

반품

x의 접선입니다.

구현

설명

이 계산은 .를 계산합니다.tan(x)

적용 대상