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