Number.Atan2
Syntax
Number.Atan2(y as nullable number, x as nullable number) as nullable number
About
Returns the angle, in radians, whose tangent is the quotient y
/x
of the two numbers y
and x
.
لم يعد هذا المتصفح مدعومًا.
بادر بالترقية إلى Microsoft Edge للاستفادة من أحدث الميزات والتحديثات الأمنية والدعم الفني.
Number.Atan2(y as nullable number, x as nullable number) as nullable number
Returns the angle, in radians, whose tangent is the quotient y
/x
of the two numbers y
and x
.