CoverageGapsTotalNumberOfGaps Method |
Computes the total number of gaps in coverage between the given times.
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 int TotalNumberOfGaps(
CoverageQueryResult coverageIntervals
)
Public Shared Function TotalNumberOfGaps (
coverageIntervals As CoverageQueryResult
) As Integer
public:
static int TotalNumberOfGaps(
CoverageQueryResult^ coverageIntervals
)
static member TotalNumberOfGaps :
coverageIntervals : CoverageQueryResult -> int
Parameters
- coverageIntervals
- Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage.
Return Value
Type:
Int32The total number of gaps where there is no coverage.
Exceptions Remarks If there are gaps at the beginning or end, these will be included in the total.
See Also