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