NFloat.Cos(NFloat) Metod

Definition

Beräknar cosininen för ett värde.

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

Parametrar

x
NFloat

Värdet, i radianer, vars cosiné ska beräknas.

Returer

Cosininen för x.

Implementeringar

Kommentarer

Detta beräknar cos(x).

Gäller för