NFloat.Tan(NFloat) Yöntem

Tanım

Bir değerin tanjantını hesaplar.

public:
 static System::Runtime::InteropServices::NFloat Tan(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Tan;
public static System.Runtime.InteropServices.NFloat Tan (System.Runtime.InteropServices.NFloat x);
static member Tan : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Tan (x As NFloat) As NFloat

Parametreler

x
NFloat

Tanjantı hesaplanacak radyan cinsinden değer.

Döndürülenler

tanjantını xoluşturur.

Uygulamalar

Açıklamalar

Bu işlem, değerini hesaplar tan(x).

Şunlara uygulanır