%ColumnMin function


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


REAL %ColumnMin(
   in StructVar
^


Column
 )


Parameters


StructVarStructured variable.
ColumnColumn name.


Example


%ColumnMin(SV.Structure^Int)