Porovnávané verzie

Kľúč

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

%StructRowStatMIN function


Function
The function returns the minimum values of all values of the row of the structured variable.
Declaration


Blok kódu
languageesl
themeConfluence
REAL %StructRowStatMIN(
       in StructVar[row]^Column, 
   INT in num_cols
 )
Parameters


StructVarStructured variable.
ColumnColumn of the structured variable.
num_cols
Number
The number of columns
, which are
included in calculation. If the parameter is < 0, then all columns from the column defined by the parameter Column will be included in the calculation.
Example


Blok kódu
languageesl
themeRDark
%StructRowStatMIN(SV.Structure^Int, 2)