CoverageTimeTotalCoverageTime Method |
Compute the total time in seconds 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 TotalCoverageTime(
CoverageQueryResult coverage
)
Public Shared Function TotalCoverageTime (
coverage As CoverageQueryResult
) As Double
public:
static double TotalCoverageTime(
CoverageQueryResult^ coverage
)
static member TotalCoverageTime :
coverage : CoverageQueryResult -> float
Parameters
- coverage
- Type: AGI.Foundation.CoverageCoverageQueryResult
Intervals when coverage exists.
Return Value
Type:
DoubleThe total time in seconds when coverage exists.
See Also