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