Double.Acos(Double) Methode

Definitie

Berekent de boogcosinus van een waarde.

public:
 static double Acos(double x) = System::Numerics::ITrigonometricFunctions<double>::Acos;
public static double Acos(double x);
static member Acos : double -> double
Public Shared Function Acos (x As Double) As Double

Parameters

x
Double

De waarde, in radialen, waarvan de boog-cosinus moet worden berekend.

Retouren

De boogcosinus van x.

Implementeringen

Opmerkingen

Dit wordt berekend arccos(x) in de interval [+0, +π] radialen.

Van toepassing op