GridDescriptiveStatisticsComputeFigureOfMeritData Method (CoverageResults, IListIFigureOfMeritDefinition, TimeInterval, Duration) |
Compute the given figure of merit over the coverage grid.
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 IList<GridTimeSampledValues> ComputeFigureOfMeritData(
CoverageResults grid,
IList<IFigureOfMeritDefinition> figuresOfMerit,
TimeInterval interval,
Duration stepSize
)
Public Shared Function ComputeFigureOfMeritData (
grid As CoverageResults,
figuresOfMerit As IList(Of IFigureOfMeritDefinition),
interval As TimeInterval,
stepSize As Duration
) As IList(Of GridTimeSampledValues)
public:
static IList<GridTimeSampledValues^>^ ComputeFigureOfMeritData(
CoverageResults^ grid,
IList<IFigureOfMeritDefinition^>^ figuresOfMerit,
TimeInterval^ interval,
Duration stepSize
)
static member ComputeFigureOfMeritData :
grid : CoverageResults *
figuresOfMerit : IList<IFigureOfMeritDefinition> *
interval : TimeInterval *
stepSize : Duration -> IList<GridTimeSampledValues>
Parameters
- grid
- Type: AGI.Foundation.CoverageCoverageResults
The coverage grid results. - figuresOfMerit
- Type: System.Collections.GenericIListIFigureOfMeritDefinition
The list of figures of merit to compute. - interval
- Type: AGI.Foundation.TimeTimeInterval
The time interval over which to compute. - stepSize
- Type: AGI.Foundation.TimeDuration
The step size at which to compute.
Return Value
Type:
IListGridTimeSampledValuesA list corresponding to the
figuresOfMerit containing the
data for each grid point sampled over time.
Remarks See Also