RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexInverse Function

Returns the inverse of a complex number.

Pascal
function VarComplexInverse(const AValue: Variant): Variant;
C++
Variant VarComplexInverse(const Variant AValue);

VarComplexInverse returns the inverse of a complex number. The inverse is the value that results when you divide 1 by the complex number. 

AValue is a Variant whose value represents the complex number. 

VarComplexInverse returns a Variant whose value is the inverse of AValue. 

 

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