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