NFloat.CosPi(NFloat) Método

Definição

Calcula o cosseno de um valor que foi multiplicado por pi.

public:
 static System::Runtime::InteropServices::NFloat CosPi(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::CosPi;
public static System.Runtime.InteropServices.NFloat CosPi(System.Runtime.InteropServices.NFloat x);
static member CosPi : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function CosPi (x As NFloat) As NFloat

Parâmetros

x
NFloat

O valor, em meias-revoluções, cujo cosseno deve ser calculado.

Devoluções

O cosseno de x multiplicado por pi.

Implementações

Observações

Isto calcula cos(x * π).

Aplica-se a