Aracılığıyla paylaş


NFloat.CosPi(NFloat) Yöntem

Tanım

tarafından pikatlanmış bir değerin kosinüsünü hesaplar.

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

Parametreler

x
NFloat

Yarı devrimde kosinüsü hesaplanacak olan değer.

Döndürülenler

çarpanının xpikosinüsü.

Uygulamalar

Açıklamalar

Bu işlem .cos(x * π)

Şunlara uygulanır