Condividi tramite


NFloat.Cos(NFloat) Metodo

Definizione

Calcola il cosno di un valore.

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

Parametri

x
NFloat

Restituisce

NFloat

Coseno di x.

Implementazioni

Commenti

Questo calcolo consente di calcolare cos(x).

Si applica a