SumSquares Property [GridStatistics]

SumSquares returns the sum of the squares of the grid. Returns a double. It is a read-only property.

Syntax

object. SumSquares

Example

The following example demonstrates how to return the sum of the squares of the grid.

Debug.Print GridStatistics.SumSquares

Used by: GridStatistics Object and GridStatisticsXYZC Object