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

戻り値

NFloat

x のタンジェント。

実装

注釈

これにより計算されます tan(x)

適用対象