NFloat.CosPi(NFloat) Metod

Definition

Beräknar cosininen för ett värde som har multiplats av 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

Parametrar

x
NFloat

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

Returer

Cosininen för x multiplicerat med pi.

Implementeringar

Kommentarer

Detta beräknar cos(x * π).

Gäller för