System.VarCmplx.VarComplexTimesImaginary
Delphi
function VarComplexTimesImaginary(const AValue: Variant; const AFactor: Double): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexTimesImaginary(const System::Variant &AValue, const double AFactor);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
Description
Returns the value of a complex number multiplied by an imaginary number.
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.