Click or drag to resize

CoverageTime.PercentCoverageTime Method

Compute the percentage of time when coverage exists.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static double PercentCoverageTime(
	CoverageQueryResult coverage
)

Parameters

coverage
Type: AGI.Foundation.Coverage.CoverageQueryResult
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