Click or drag to resize

GridDescriptiveStatisticsWeightOfCoveredPoints Method

Computes the total weight of the points on the grid which have been covered.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double WeightOfCoveredPoints(
	IEnumerable<CoverageGridPointWithResults> gridPoints
)

Parameters

gridPoints
Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The coverage grid points. These points must contain results.

Return Value

Type: Double
The total weight of the covered grid points.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if any of the weight scalars for the input grid points varies in time.
Remarks
This method only works with static grids. For grids that use geometric values for the statistical weight this value could be area or volume covered, for example.
See Also