Double.Atan2(Double, Double) 메서드

정의

두 값의 몫의 아크 탄젠트를 계산합니다.

public:
 static double Atan2(double y, double x) = System::Numerics::IFloatingPointIeee754<double>::Atan2;
public static double Atan2(double y, double x);
static member Atan2 : double * double -> double
Public Shared Function Atan2 (y As Double, x As Double) As Double

매개 변수

y
Double

점의 y 좌표입니다.

x
Double

점의 x 좌표입니다.

반품

분할 기준yx 아크 탄젠트입니다.

구현

설명

이는 간격 arctan(y / x) 라디안으로 계산 [-π, +π] 됩니다.

적용 대상