IFloatingPointIeee754<TSelf>.Atan2(TSelf, TSelf) Methode

Definitie

Berekent de boogtangens voor het quotiënt van twee waarden.

public:
 static TSelf Atan2(TSelf y, TSelf x);
public static abstract TSelf Atan2(TSelf y, TSelf x);
static member Atan2 : 'Self * 'Self -> 'Self
Public Shared Function Atan2 (y As TSelf, x As TSelf) As TSelf

Parameters

y
TSelf

De y-coördinaat van een punt.

x
TSelf

De x-coördinaat van een punt.

Retouren

TSelf

De boogtangens van y gedeeld door x.

Opmerkingen

Dit wordt berekend arctan(y / x) in de interval [-π, +π] radialen.

Van toepassing op