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 »

%ColumnAvg function


Function
The function returns the average of the valid values in the specified structure variable column.
Result is a real number.
Declaration
REAL %ColumnAvg(
   in StructVar
^
Column
 )
Parameters
StructVarObject of Structured variable type.
ColumnColumn name.
Note
The function sets the user values as a sum for resulting value
Example
%ColumnAvg(SV.Structure^Int)
  • Žiadne štítky