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)が計算されます。

適用対象