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