API:System.Math.ArcTan2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ArcTan2(const Y, X: Extended): Extended;
function ArcTan2(const Y, X: Double): Double;
function ArcTan2(const Y, X: Single): Single;

C++

extern DELPHI_PACKAGE System::Extended __fastcall ArcTan2(const System::Extended Y, const System::Extended X)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!