Percentile90 Property [GridStatistics]

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

Syntax

object.Percentile90

Example

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

Debug.Print GridStatistics.Percentile90

Used by: GridStatistics Object and GridStatisticsXYZC Object