TabularData.EvaluateAggregate

TabularData = class (TObject)Interface de TabularDataExemples de TabularData

Qubes 9.0 Evalue une formule et calcule son agrégat

Syntaxe

function EvaluateAggregate(aggregateFunc: String; opcodes: array of Variant; fromIndex: Integer = 0; toIndex: Integer = -1): Float
aggregateFunc: fonction d'aggrégat
opcodes: formule à évaluer en RPN
fromIndex: index de début d'évaluation
toIndex: index de fin d'évaluation (ou -1 pour évaluer toutes les valeurs suivantes)

Remarques

Non renseigné

Exemples

 

Classification

System.Data.Tabular TabularData