CoverageTimePercentCoverageTime Method |
Compute the percentage of time when coverage exists.
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 double PercentCoverageTime(
CoverageQueryResult coverage
)
Public Shared Function PercentCoverageTime (
coverage As CoverageQueryResult
) As Double
public:
static double PercentCoverageTime(
CoverageQueryResult^ coverage
)
static member PercentCoverageTime :
coverage : CoverageQueryResult -> float
Parameters
- coverage
- Type: AGI.Foundation.CoverageCoverageQueryResult
Data containing the satisfaction intervals when coverage exists.
Return Value
Type:
DoubleReturns the fraction of the time when there is coverage over the total time considered.
See Also