Percentile50 Property [GridStatistics]

Percentile50 returns the 50th percentile of the grid. Returns a double. It is a read-only property.

Syntax

object.Percentile50

Example

The following example demonstrates how to return the 50th percentile of the grid.

Debug.Print GridStatistics.Percentile50

Used by: GridStatistics Object and GridStatisticsXYZC Object