InterQuartileMean Property [GridStatistics]
InterQuartileMean returns the interquartile mean of the grid. Returns a double. It is a read-only property.
Syntax
object.InterQuartileMean
Example
The following example demonstrates how to return the interquartile mean of the grid.
Debug.Print GridStatistics.InterQuartileMean
Used by: GridStatistics Object and GridStatisticsXYZC Object