MeanDifference Property [GridStatistics]

MeanDifference returns the mean absolute difference of the grid. Returns a double. It is a read-only property.

Syntax

object.MeanDifference

Example

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

Debug.Print GridStatistics.MeanDifference

Used by: GridStatistics Object and GridStatisticsXYZC Object