Click or drag to resize

GridDescriptiveStatisticsCompleteSatisfactionTime Method

Gets the earliest time at which satisfaction has been achieved (not necessarily concurrently) for all of the grid points, or if one or more grid points are never 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 JulianDate? CompleteSatisfactionTime(
	IEnumerable<CoverageGridPointWithResults> gridPoints
)

Parameters

gridPoints
Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The grid points and their coverage results.

Return Value

Type: NullableJulianDate
The first time at which all the grid points have been satisfied at some point in the past.
See Also