NFloat.TanPi(NFloat) Yöntem

Tanım

tarafından pikatlanmış bir değerin tanjantını hesaplar.

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

Parametreler

x
NFloat

Yarı devrimde, tanjantını hesaplamadan önce katlanmış pi olan değer.

Döndürülenler

çarpanının xpitanjantını.

Uygulamalar

Açıklamalar

Bu işlem .tan(x * π)

Şunlara uygulanır