Click or drag to resize

GridTimeSampledValues.ComputeData Method (CoverageResults, IFigureOfMeritDefinition, 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 GridTimeSampledValues ComputeData(
	CoverageResults grid,
	IFigureOfMeritDefinition figureOfMerit,
	TimeInterval interval,
	Duration step
)

Parameters

grid
Type: AGI.Foundation.Coverage.CoverageResults
The coverage grid, including results.
figureOfMerit
Type: AGI.Foundation.Coverage.FigureOfMerit.IFigureOfMeritDefinition
The time-dynamic figure of merit definition.
interval
Type: AGI.Foundation.Time.TimeInterval
The sampling interval.
step
Type: AGI.Foundation.Time.Duration
The sampling step size.

Return Value

Type: GridTimeSampledValues
A data set containing figure of merit data for each grid point sampled over time.
See Also