System.VarCmplx.VarComplexTimesPosI

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function VarComplexTimesPosI(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexTimesPosI(const System::Variant &AValue);

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 i zurück.

VarComplexTimesPosI gibt AValue multipliziert mit i zurück.

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

Siehe auch