Share via


NFloat.TanPi(NFloat) Metode

Definisi

Menghitung tangen dari nilai yang telah dikalikan dengan 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

Parameter

x
NFloat

Nilai, dalam setengah revolusi, yang dikalikan dengan pi sebelum menghitung tangennya.

Mengembalikan

Tangen dikalikan-dengan xpi.

Penerapan

Keterangan

Ini menghitung tan(x * π).

Berlaku untuk