Percentile95 Property [GridStatistics]
Percentile95 returns the 95th percentile of the grid. Returns a double. It is a read-only property.
Syntax
object. Percentile95
Example
The following example demonstrates how to return the 95th percentile of the grid.
Debug.Print GridStatistics.Percentile95
Used by: GridStatistics Object and GridStatisticsXYZC Object