ITrigonometricFunctions<TSelf>.Acos(TSelf) Methode

Definitie

Berekent de boogcosinus van een waarde.

public:
 static TSelf Acos(TSelf x);
public static abstract TSelf Acos(TSelf x);
static member Acos : 'Self -> 'Self
Public Shared Function Acos (x As TSelf) As TSelf

Parameters

x
TSelf

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

Retouren

TSelf

De boogcosinus van x.

Opmerkingen

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

Van toepassing op