System.VarCmplx.VarComplexTimesPosI
Delphi
function VarComplexTimesPosI(const AValue: Variant): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexTimesPosI(const System::Variant &AValue);
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 i.
VarComplexTimesPosI returns AValue times i.
AValue is a Variant whose value represents the complex number.