Numeric Arguments
The syntax for a numeric argument is:
(numeral1, numeral2,...numeraln)
where numerals 1 through n are any numbers including decimals and negative values. For example, the expression Average(10,20,30)
returns the value 20.
The syntax for a numeric argument is:
(numeral1, numeral2,...numeraln)
where numerals 1 through n are any numbers including decimals and negative values. For example, the expression Average(10,20,30)
returns the value 20.