Porovnávané verzie

Kľúč

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

%StructStatAVG function


Function
The function calculates the average value from valid values of the given structure variable column. Row range is defined by the parameters first_row a last_row.
The result is a real number.
Declaration


Blok kódu
languageesl
themeConfluence
REAL %StructStatAVG(
       in StructVar^Column, 
   INT in first_row, 
   INT in last_row
 )
Parameters


StructVarStructured variable.
ColumnStructured variable column.
first_row, last_rowRange of rows in the column.
Note
The function sets the user values flags for result value as a sum for resulting valueof user flags of individual source values.
Example


Blok kódu
languageesl
themeRDark
%StructStatAVG(SV.Structure^Int, 4, 6)