GridDescriptiveStatisticsInstantaneousPercentCovered Method |
Computes the percentage of the grid that is covered at the given time
based on whether each individual grid point representing a given area is covered.
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 InstantaneousPercentCovered(
IEnumerable<CoverageGridPointWithResults> gridPoints,
JulianDate time
)
Public Shared Function InstantaneousPercentCovered (
gridPoints As IEnumerable(Of CoverageGridPointWithResults),
time As JulianDate
) As Double
public:
static double InstantaneousPercentCovered(
IEnumerable<CoverageGridPointWithResults^>^ gridPoints,
JulianDate time
)
static member InstantaneousPercentCovered :
gridPoints : IEnumerable<CoverageGridPointWithResults> *
time : JulianDate -> float
Parameters
- gridPoints
- Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The data on the coverage intervals to analyze. - time
- Type: AGI.Foundation.TimeJulianDate
The time of interest.
Return Value
Type:
DoubleThe percent of grid which is covered at the given time.
See Also