ColumnAvg

ColumnAvg

%ColumnAvg function


Function

The function returns the average of the valid values in the specified structure variable column.
The result is a real number.

Declaration

REAL %ColumnAvg( in StructVar

^

Column )

Parameters

StructVar

An object of Structured variable type.

Column

Column name.

Note

The function sets the user values as a sum for the resulting value

Example

%ColumnAvg(SV.Structure^Int)