The function returns the minimal value from valid values of given structured variable column.
Row range is defined by the parameters
first_row a last_row.
The result is a real number.
Declaration
REAL %StructStatMIN(
in StructVar^Column,
INT in first_row,
INT in last_row
)