Skip to content

ATan2

Description

Performs an arctan operation using X and Y, storing the result in Store.

Parameters

  • Store The variable to store the result.
  • X, Y The values used in the arctan operation.

Return Value

Sets Store to the result.

Syntax

ATan2(var Store, int X, int Y)

Example

ATan2(TempValue1, Object.Value5, TempValue0)