ITrigonometricFunctions<TSelf>.AcosPi(TSelf) Methode

Definitie

Berekent de boogcosinus van een waarde en deelt het resultaat door pi.

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

Parameters

x
TSelf

De waarde waarvan de boog-cosinus moet worden berekend.

Retouren

TSelf

De boogcosinus van x, gedeeld door pi.

Opmerkingen

Dit wordt arccos(x) / π berekend in het interval [-0.5, +0.5].

Van toepassing op