NFloat.TanPi(NFloat) Metod

Definition

Beräknar tangensen för ett värde som har multipelts av 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

Parametrar

x
NFloat

Värdet, i halvrevolutioner, som multipliceras med pi innan dess tangens beräknas.

Returer

Tangenten x multiplicerad med pi.

Implementeringar

Kommentarer

Detta beräknar tan(x * π).

Gäller för