RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexPower Function

Returns the value of a complex number raised to a specified power.

Pascal
function VarComplexPower(const AValue: Variant; const APower: Variant): Variant;
C++
Variant VarComplexPower(const Variant AValue, const Variant APower);

VarCmplx

VarComplexPower returns the result of raising AValue to the power APower.  

AValue is a Variant whose value represents the complex number. 

APower is a Variant that specifies the power to which you want to raise AValue. It can also be a complex number. 

VarComplexPower returns a Variant whose value is AValue raised to the APower power. 

 

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