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