Click or drag to resize

NumberOfAssetsInstantaneousNumberOfAssets Method

Compute the number of assets providing coverage at the given time.

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 int InstantaneousNumberOfAssets(
	CoverageQueryResult coverageData,
	JulianDate time
)

Parameters

coverageData
Type: AGI.Foundation.CoverageCoverageQueryResult
The coverage data for one data point over time.
time
Type: AGI.Foundation.TimeJulianDate
The time at which to check the number of active assets.

Return Value

Type: Int32
The number of assets providing coverage at the given time.
See Also