Nevron .NET Vision
Chart for .NET / User's Guide / Data Manipulation / Functions / Statistical Functions / Count

In This Topic
    Count
    In This Topic
     Syntax
    COUNT(arg1)
     Arguments
    The 'arg1' parameter must be an array.
     Result
    The function result is a single value.
     Description

    The function returns the number of elements the input array.

    Example:

    Expression: COUNT( arg1 )

    arg1 5.8 3.2 1.0 6.9 1.7

    Result: 5

     Related Examples
    Windows Forms: All Examples\Data Manipulation\Functions\Statistical\Count, Standard Deviation, RMS