NFloat.CosPi(NFloat) Metoda

Definice

Vypočítá kosinus hodnoty, která byla násobenou hodnotou pi.

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

Parametry

x
NFloat

Hodnota v polovičních otáčkách, jejíž kosinus se má vypočítat.

Návraty

Kosinus x násobení pi.

Implementuje

Poznámky

Tím se vypočítá cos(x * π).

Platí pro