NFloat.TanPi(NFloat) 方法

定义

计算已由 pi其乘数的值的正切值。

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

参数

x
NFloat

在半革命中,在计算切线之前,该值是 pi 多重的。

返回

x以的pi正切值。

实现

注解

此计算 。tan(x * π)

适用于