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

System.VarCmplx.VarComplexTimesNegI

De XE2 API Documentation

Delphi

function VarComplexTimesNegI(const AValue: Variant): Variant;

C++

extern PACKAGE System::Variant __fastcall VarComplexTimesNegI(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 valeur d'un nombre complexe multiplié par –i.

VarComplexTimesNegI renvoie AValue fois –i.

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

Voir aussi

Versions précédentes
Traductions