Click or drag to resize

GridDescriptiveStatistics.CompleteSatisfactionTime Method

Gets the earliest time at which satisfaction has been achieved (not necessarily concurrently) for all the grid points, or null 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.3.420.0 (24.3.420.0)
Syntax
public static JulianDate? CompleteSatisfactionTime(
	IEnumerable<CoverageGridPointWithResults> gridPoints
)

Parameters

gridPoints
Type: System.Collections.Generic.IEnumerable<CoverageGridPointWithResults>
The grid points and their coverage results.

Return Value

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