Aracılığıyla paylaş


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 radyan cinsinden değer.

Döndürülenler

öğesinin xsinüsü.

Uygulamalar

Açıklamalar

Bu işlem .sin(x)

Şunlara uygulanır