RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexAbsSqr Function

Returns the square of the absolute value of a complex number.

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

Use VarComplexAbsSqr to obtain the square of a complex number's absolute value. 

AValue is a Variant whose value represents the complex number. 

VarComplexAbs returns the absolute value of AValue, squared. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!