Click or drag to resize

GridTimeSampledValuesComputeDataT Method (CoverageResults, IListT, TimeInterval, Duration)

Compute figure of merit over the coverage grid.

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 IList<GridTimeSampledValues> ComputeData<T>(
	CoverageResults grid,
	IList<T> figuresOfMerit,
	TimeInterval interval,
	Duration step
)
where T : IFigureOfMeritDefinition

Parameters

grid
Type: AGI.Foundation.CoverageCoverageResults
The coverage grid, including results.
figuresOfMerit
Type: System.Collections.GenericIListT
A list of time-dynamic figure of merit definitions.
interval
Type: AGI.Foundation.TimeTimeInterval
The sampling interval.
step
Type: AGI.Foundation.TimeDuration
The sampling step size.

Type Parameters

T
The type of figure of merit being used to compute the data.

Return Value

Type: IListGridTimeSampledValues
A list corresponding to the figuresOfMerit containing data for each grid point sampled over time.
See Also