Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static double PercentCoverageTime(
	CoverageQueryResult coverage
)

Parameters

coverage
Type: AGI.Foundation.CoverageCoverageQueryResult
Data containing the satisfaction intervals when coverage exists.

Return Value

Type: Double
Returns the fraction of the time when there is coverage over the total time considered.
See Also