Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%ColumnAvg function


Function
The function returns the average of the valid values in the specified structure variable column.
Result The result is a real number.
Declaration


Blok kódu
languageesl
themeConfluence
REAL %ColumnAvg(
   in StructVar
^


Blok kódu
languageesl
themeConfluence
Column
 )


Parameters


StructVarObject An object of Structured variable type.
ColumnColumn name.


Note
The function sets the user values as a sum for the resulting value


Example


Blok kódu
languageesl
themeRDark
%ColumnAvg(SV.Structure^Int)