Click or drag to resize

NumberOfAssets Class

A figure of merit which provides statistical information regarding the number of assets providing coverage.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Coverage.FigureOfMeritNumberOfAssets

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 class NumberOfAssets

The NumberOfAssets type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAverageNumberOfAssets
The average number of assets providing coverage for any given span of time. The average is weighted based on the duration of each interval.
Public methodStatic memberInstantaneousNumberOfAssets
Compute the number of assets providing coverage at the given time.
Public methodStatic memberMaximumNumberOfAssets
The maximum number of assets over a given span which are providing coverage.
Public methodStatic memberMinimumNumberOfAssets
The minimum number of assets over a given span which are providing coverage.
Top
See Also