Half.Acos(Half) Methode

Definitie

Berekent de boogcosinus van een waarde.

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

Parameters

x
Half

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