Click or drag to resize

TimeSampledValuesComputeData Method (CoverageData, TimeInterval, Duration, Scalar)

Compute the figure of merit data for the given set of results.

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 TimeSampledValues ComputeData(
	CoverageData coverage,
	TimeInterval interval,
	Duration step,
	Scalar figureOfMerit
)

Parameters

coverage
Type: AGI.Foundation.CoverageCoverageData
The set of coverage results for a single grid point.
interval
Type: AGI.Foundation.TimeTimeInterval
The sampling interval.
step
Type: AGI.Foundation.TimeDuration
The step size for sampling.
figureOfMerit
Type: AGI.Foundation.GeometryScalar
The definition of the time-dynamic figure of merit to compute.

Return Value

Type: TimeSampledValues
A data set containing scalar figure of merit data for the given grid point over time.
See Also