NFloat.Acos(NFloat) Metod

Definition

Beräknar arc-cosinus för ett värde.

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

Parametrar

x
NFloat

Värdet, i radianer, vars arc-cosinus ska beräknas.

Returer

Arc-cosinus för x.

Implementeringar

Kommentarer

Detta beräknar arccos(x) i intervallradianerna [+0, +π] .

Gäller för