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 倍数。

返回

pi以 的x正切。

实现

注解

这将计算 tan(x * π)

适用于