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)

适用于