Click or drag to resize

GridDescriptiveStatisticsSatisfactionIntervals Method

Returns the set of intervals where the entire set of grid points is satisfied.

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 SatisfactionIntervals(
	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 all grid points are satisfied.
See Also