Click or drag to resize

GridTimeSampledValues.ComputeData<T> Method (CoverageResults, IList<T>, 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.3.420.0 (24.3.420.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.Coverage.CoverageResults
The coverage grid, including results.
figuresOfMerit
Type: System.Collections.Generic.IList<T>
A list of time-dynamic figure of merit definitions.
interval
Type: AGI.Foundation.Time.TimeInterval
The sampling interval.
step
Type: AGI.Foundation.Time.Duration
The sampling step size.

Type Parameters

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

Return Value

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