NFloat.Cos(NFloat) Metoda

Definice

Vypočítá kosinus hodnoty.

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

Parametry

x
NFloat

Hodnota v radiánech, jejíž kosinus se má vypočítat.

Návraty

Kosinus z .x

Implementuje

Poznámky

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

Platí pro