System.VarCmplx.VarComplexSqr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function VarComplexSqr(const AValue: Variant): Variant;

C++

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

Eigenschaften

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

Beschreibung

Gibt das Quadrat einer komplexen Zahl zurück.

VarComplexSqr gibt das Quadrat von AValue zurück.

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

Siehe auch