System.VarCmplx.VarComplexTimesImaginary

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

Beschreibung

Gibt den Wert einer komplexen Zahl multipliziert mit einer imaginären Zahl zurück.

VarComplexTimesImaginary gibt das Produkt einer komplexen und einer imaginären Zahl zurück.

AValue ist eine Variante, deren Wert die komplexe Zahl repräsentiert.

AFactor ist eine reelle Zahl, die die imaginäre Zahl repräsentiert. D.h., die imaginäre Zahl ist AFactor mal i.

VarComplexTimesImaginary gibt eine Variante zurück, deren Wert AValue mal AFactor mal i ist.

Siehe auch