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

ile çarpımının xpikosinüsü.

Uygulamalar

Açıklamalar

Bu işlem, değerini hesaplar cos(x * π).

Şunlara uygulanır