System.VarCmplx.VarComplexSqrt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function VarComplexSqrt(const AValue: Variant): Variant;

C++

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

Eigenschaften

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

Beschreibung

Gibt die Quadratwurzel einer komplexen Zahl zurück.

VarComplexSqrt gibt die Quadratwurzel von AValue zurück.

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

Siehe auch