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 »

%ColumnSum function


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