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órej cosinus ma być obliczana.

Zwraca

Cosinus z x.

Implementuje

Uwagi

Jest to obliczane cos(x).

Dotyczy