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