Aracılığıyla paylaş


NFloat.Cos(NFloat) Yöntem

Tanım

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

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

Parametreler

x
NFloat

Kosinüsü hesaplanacak radyan cinsinden değer.

Döndürülenler

kosinüsü x.

Uygulamalar

Açıklamalar

Bu işlem .cos(x)

Şunlara uygulanır