NFloat.Cos(NFloat) Metoda

Definicja

Oblicza cosinus wartości.

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

Wartość, w radianach, których cosinus ma być obliczona.

Zwraca

Cosinus z x.

Implementuje

Uwagi

cos(x)Oblicza to .

Dotyczy