Mean Property [GridStatistics]

Mean returns the mean of the grid. Returns a double. It is a read-only property.

Syntax

object.Mean

Example

The following example demonstrates how to return the mean of the grid.

Debug.Print GridStatistics.Mean

Used by: GridStatistics Object and GridStatisticsXYZC Object