Porovnávané verzie

Kľúč

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

%ColumnMin function


Function
The function returns the lowest value (minimum) of the valid values in the specified structure variable column.
Result The result is a real number.
Declaration


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


Blok kódu
languageesl
themeConfluence
Column
 )


Parameters


StructVarStructured variable.
ColumnColumn name.


Example


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