RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexAngle Function

Returns the angle made by a complex number.

Pascal
function VarComplexAngle(const AValue: Variant): Double;
C++
Double VarComplexAngle(const Variant AValue);

VarCmplx

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!