System.VarCmplx.VarComplexAngle
Delphi
function VarComplexAngle(const AValue: Variant): Double;
C++
extern DELPHI_PACKAGE double __fastcall VarComplexAngle(const System::Variant &AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
Description
Returns the angle made by a complex number.
Use VarComplexAngle to obtain the angle of a complex number.
AValue is a Variant whose value represents the complex number.
VarComplexAbs returns the angle that corresponds to AValue.