COUNT(arg1)
The 'arg1' parameter must be an array.
The function result is a single value.
The function returns the number of elements the input array.
Example:
Expression: COUNT( arg1 )
Result: 5
Windows Forms: All Examples\Data Manipulation\Functions\Statistical\Count, Standard Deviation, RMS