System.VarCmplx.VarComplexConjugate

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarComplexConjugate(const AValue: Variant): Variant;

C++

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

VarComplexConjugate renvoie le conjugué d'un nombre complexe. Le conjugué est la valeur qui a la même partie réelle et la partie imaginaire opposée.

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

VarComplexConjugate renvoie un variant dont la valeur est le conjugué de AValue.

Voir aussi