RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexTimesPosI Function

Returns the value of a complex number multiplied by i.

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

VarComplexTimesPosI 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!