RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexTimesImaginary Function

Returns the value of a complex number multiplied by an imaginary number.

Pascal
function VarComplexTimesImaginary(const AValue: Variant; const AFactor: Double): Variant;
C++
Variant VarComplexTimesImaginary(const Variant AValue, const Double AFactor);

VarCmplx

VarComplexTimesImaginary returns a complex value times an imaginary number. 

AValue is a Variant whose value represents the complex number. 

AFactor is a real number that represents the imaginary number. That is, the imaginary number is AFactor times i. 

VarComplexTimesImaginary returns a variant whose value is AValue times AFactor times i. 

 

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