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