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

Definice

Vypočítá arkus tangens podílu dvou hodnot.

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

Parametry

y
TSelf

Souřadnice y bodu.

x
TSelf

Souřadnice x bodu.

Návraty

TSelf

Arkus tangens dělení yx.

Poznámky

Vypočítá se arctan(y / x) v intervalu [-π, +π] radiánů.

Platí pro