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)

適用於