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

Definisi

Menghitung tangen arc untuk kuota dua nilai.

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

Parameter

y
TSelf

Koordinat y titik.

x
TSelf

Koordinat x titik.

Mengembalikan

TSelf

Tangen y busur dibagi-dengan x.

Keterangan

Ini menghitung arctan(y / x) dalam radian interval [-π, +π] .

Berlaku untuk