System.VarCmplx.VarComplexAngle

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarComplexAngle(const AValue: Variant): Double;

C++

extern DELPHI_PACKAGE double __fastcall VarComplexAngle(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 l'argument d'un nombre complexe.

Utilisez la fonction VarComplexAngle pour obtenir l'argument d'un nombre complexe.

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

VarComplexAngle renvoie l'argument de AValue.

Voir aussi