Afficher : Delphi C++
Préférences d'affichage

System.VarCmplx.VarComplexSqrt

De XE2 API Documentation

Delphi

function VarComplexSqrt(const AValue: Variant): Variant;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

Description

Renvoie la racine carrée d'un nombre complexe.

VarComplexSqrt renvoie la racine carrée de AValue.

AValue est un variant dont la valeur représente le nombre complexe.

Voir aussi

Versions précédentes
Traductions