NFloat.Sin(NFloat) Yöntem

Tanım

Bir değerin sinüsünü hesaplar.

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

Parametreler

x
NFloat

Sinüsü hesaplanacak olan radyan cinsinden değer.

Döndürülenler

sinüsü x.

Uygulamalar

Açıklamalar

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

Şunlara uygulanır