NFloat.TanPi(NFloat) Method

Definition

Computes the tangent of a value that has been multipled by 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

Parameters

x
NFloat

The value, in half-revolutions, that is multipled by pi before computing its tangent.

Returns

The tangent of x multiplied-by pi.

Implements

Remarks

This computes tan(x * π).

Applies to