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.2.419.0 (24.2.419.0)
Syntax public static TimeIntervalCollection SatisfactionIntervals(
IEnumerable<CoverageGridPointWithResults> gridPoints
)
Public Shared Function SatisfactionIntervals (
gridPoints As IEnumerable(Of CoverageGridPointWithResults)
) As TimeIntervalCollection
public:
static TimeIntervalCollection^ SatisfactionIntervals(
IEnumerable<CoverageGridPointWithResults^>^ gridPoints
)
static member SatisfactionIntervals :
gridPoints : IEnumerable<CoverageGridPointWithResults> -> TimeIntervalCollection
Parameters
- gridPoints
- Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The set of grid points to analyze.
Return Value
Type:
TimeIntervalCollectionReturns a set of time intervals representing times when all grid points are satisfied.
See Also