Click or drag to resize

GridDescriptiveStatisticsUnknownIntervals Method

Returns the set of intervals where coverage is unknown on any of the grid points.

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

Parameters

gridPoints
Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The set of grid points to analyze.

Return Value

Type: TimeIntervalCollection
Returns a set of time intervals representing times when any grid point is unknown.
See Also