System.VarCmplx.VarComplexSqr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarComplexSqr(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexSqr(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 le carré d'un nombre complexe.

VarComplexSqr renvoie le carré de AValue.

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

Voir aussi