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.2.419.0 (24.2.419.0)
Syntax public static double AverageNumberOfAssets(
CoverageQueryResult coverageIntervals
)
Public Shared Function AverageNumberOfAssets (
coverageIntervals As CoverageQueryResult
) As Double
public:
static double AverageNumberOfAssets(
CoverageQueryResult^ coverageIntervals
)
static member AverageNumberOfAssets :
coverageIntervals : CoverageQueryResult -> float
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:
DoubleThe average.
See Also