NFloat.AcosPi(NFloat) Metod

Definition

Beräknar arc-cosinus för ett värde och delar resultatet pimed .

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

Parametrar

x
NFloat

Värdet vars arc-cosinus ska beräknas.

Returer

Arc-cosinus för x, dividerat med pi.

Implementeringar

Kommentarer

Detta beräknar arccos(x) / π i intervallet [-0.5, +0.5].

Gäller för