IFloatingPointIeee754<TSelf>.Atan2Pi(TSelf, TSelf) Yöntem

Tanım

İki değerin bölüm için arc tanjantını hesaplar ve sonucu ile piböler.

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

Parametreler

y
TSelf

Bir noktanın y koordinatı.

x
TSelf

Bir noktanın x koordinatı.

Döndürülenler

TSelf

ile bölünen öğesinin y yay tanjantını, ile bölünürpi.x

Açıklamalar

Bu işlem aralığında [-1, +1]hesaplanırarctan(y / x) / π.

Şunlara uygulanır