Please enable JavaScript to view this site.

ESL Documentation

Subroutine Name

Operation

MAX( )

Return the largest value in a float array.

MAXINT( )

Return the largest value in an integer array.

MEAN( )

Return the average of the values in a float array.

MEANINT( )

Return the average of the values in an integer array.

MEDIAN( )

Return the median of the values in a float array.

MEDIANINT( )

Return the median of the values in an integer array.

MIN( )

Return the smallest value in a float array.

MININT( )

Return the smallest value in an integer array.

STDDEV( )

Return the standard deviation of values in a float array.

STDDEVINT( )

Return the standard deviation of values in an integer array.

SUM( )

Return the sum of values in a float array.

SUMINT( )

Return the sum of values in an integer array.

VARIANCE( )

Return the variance of all values in a float array.

VARIANCEINT( )

Return the variance of all values in an integer array.