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.2.419.0 (24.2.419.0)
Syntax public static int InstantaneousNumberOfAssets(
CoverageQueryResult coverageData,
JulianDate time
)
Public Shared Function InstantaneousNumberOfAssets (
coverageData As CoverageQueryResult,
time As JulianDate
) As Integer
public:
static int InstantaneousNumberOfAssets(
CoverageQueryResult^ coverageData,
JulianDate time
)
static member InstantaneousNumberOfAssets :
coverageData : CoverageQueryResult *
time : JulianDate -> int
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:
Int32The number of assets providing coverage at the given time.
See Also