Compartilhar via


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

O valor, em radianos, cujo cosseno deve ser calculado.

Retornos

O cosseno de x.

Implementações

Comentários

Isso calcula cos(x).

Aplica-se a