ColumnMax
%ColumnMax function
Function
The function returns the highest value (maximum) of the valid values in the specified structure variable column.
The result is a real number.
Declaration
REAL %ColumnMax(
in StructVar^
Column
)Parameters
StructVar | An object of Structured variable type. |
Column | Column name. |
Example
%ColumnMax(SV.Structure^Int)Related pages: