Percentile5 Property [GridStatistics]

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

Syntax

object.Percentile5

Example

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

Debug.Print GridStatistics.Percentile5

Used by: GridStatistics Object and GridStatisticsXYZC Object