GridDescriptiveStatisticsUnknownIntervals Method |
Returns the set of intervals where coverage is unknown on any of the grid points.
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 UnknownIntervals(
IEnumerable<CoverageGridPointWithResults> gridPoints
)
Public Shared Function UnknownIntervals (
gridPoints As IEnumerable(Of CoverageGridPointWithResults)
) As TimeIntervalCollection
public:
static TimeIntervalCollection^ UnknownIntervals(
IEnumerable<CoverageGridPointWithResults^>^ gridPoints
)
static member UnknownIntervals :
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 any grid point is unknown.
See Also