NFloat.Cos(NFloat) Método

Definição

Calcula o cosseno de um valor.

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

Parâmetros

x
NFloat

Retornos

NFloat

O cosseno de x.

Implementações

Comentários

Isso computa cos(x).

Aplica-se a