Single.Atan2(Single, Single) 메서드

정의

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

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

매개 변수

y
Single

점의 y 좌표입니다.

x
Single

점의 x 좌표입니다.

반품

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

구현

설명

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

적용 대상