Click or drag to resize

NumberOfAssetsAverageNumberOfAssets Method

The average number of assets providing coverage for any given span of time. The average is weighted based on the duration of each interval.

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 AverageNumberOfAssets(
	CoverageQueryResult coverageIntervals
)

Parameters

coverageIntervals
Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage with the data of each time interval representing the number of accessible assets.

Return Value

Type: Double
The average.
See Also