Percentile25 Property [GridStatistics]

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

Syntax

object.Percentile25

Example

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

Debug.Print GridStatistics.Percentile25

Used by: GridStatistics Object and GridStatisticsXYZC Object