RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexTimesNegI Function

Returns the value of a complex number multiplied by –i.

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

VarComplexTimesNegI returns AValue times –i. 

AValue is a Variant whose value represents the complex number. 

 

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