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