GridDescriptiveStatisticsCompleteSatisfactionTime Method |
Gets the earliest time at which satisfaction has been achieved (not necessarily concurrently) for all 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.2.419.0 (24.2.419.0)
Syntax public static JulianDate? CompleteSatisfactionTime(
IEnumerable<CoverageGridPointWithResults> gridPoints
)
Public Shared Function CompleteSatisfactionTime (
gridPoints As IEnumerable(Of CoverageGridPointWithResults)
) As JulianDate?
public:
static Nullable<JulianDate> CompleteSatisfactionTime(
IEnumerable<CoverageGridPointWithResults^>^ gridPoints
)
static member CompleteSatisfactionTime :
gridPoints : IEnumerable<CoverageGridPointWithResults> -> Nullable<JulianDate>
Parameters
- gridPoints
- Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The grid points and their coverage results.
Return Value
Type:
NullableJulianDateThe first time at which all the grid points have been satisfied at some point in the past.
See Also