Click or drag to resize

TimeSampledValues.ComputeData Method (TimeIntervalCollection, 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.3.420.0 (24.3.420.0)
Syntax
public static TimeSampledValues ComputeData(
	TimeIntervalCollection intervals,
	TimeInterval samplingInterval,
	Duration step,
	Scalar function
)

Parameters

intervals
Type: AGI.Foundation.Time.TimeIntervalCollection
The set of intervals over which to sample.
samplingInterval
Type: AGI.Foundation.Time.TimeInterval
The reference time period defining the regularized sampling.
step
Type: AGI.Foundation.Time.Duration
The step size for sampling.
function
Type: AGI.Foundation.Geometry.Scalar
The time-dynamic scalar function to compute.

Return Value

Type: TimeSampledValues
A data set containing scalar data sampled over time.
See Also