RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexConjugate Function

Returns the conjugate of a complex number.

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

VarComplexConjugate returns the conjugate of a complex number. The conjugate is the value that has the same real part and the inverse of the imaginary part. 

AValue is a Variant whose value represents the complex number. 

VarComplexConjugate returns a Variant whose value is the conjugate of AValue. 

 

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