Percentile75 Property [GridStatistics]

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

Syntax

object.Percentile75

Example

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

Debug.Print GridStatistics.Percentile75

Used by: GridStatistics Object and GridStatisticsXYZC Object