ITrigonometricFunctions<TSelf>.AsinPi(TSelf) Methode

Definitie

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

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

Parameters

x
TSelf

De waarde waarvan de boog-sinus moet worden berekend.

Retouren

TSelf

De boogsinus van x, gedeeld door pi.

Opmerkingen

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

Van toepassing op