Porovnávané verzie

Kľúč

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

%StructStatMIN function


Function
The function returns the minimal the minimum value from valid values of a given structured 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 %StructStatMIN(
       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.
Example


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