Array.Mean() Method

Top 

Description

Returns the mean value of the array.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Array.Mean(

)

 

 

Return Value

Type:

number

 

 

Return the mean value of the array.

 

Syntax

myVariable1 = myArray1.Mean();

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide