Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 2 Aktuálny »

%ColumnMax function


Function
The function returns the highest value (maximum) of the valid values in the specified structure variable column.
Result is a real number.
Declaration
REAL %ColumnMax(
   in StructVar
^
Column
 )
Parameters
StructVarAn object of Structured variable type.
ColumnColumn name.
Example
%ColumnMax(SV.Structure^Int)
  • Žiadne štítky