ColumnMin
%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
StructVar | Structured variable. |
Column | Column name. |
Example
%ColumnMin(SV.Structure^Int)Related pages: