Click or drag to resize

GridDescriptiveStatisticsPercentCovered Method

Computes the percentage of the grid that is covered based on whether each individual grid point representing a given area is covered at any time.

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 PercentCovered(
	IEnumerable<CoverageGridPointWithResults> gridPoints
)

Parameters

gridPoints
Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The data on the coverage intervals to analyze.

Return Value

Type: Double
The percentage of the grid which is covered at any time.
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.
See Also