Click or drag to resize

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

Parameters

intervals
Type: AGI.Foundation.TimeTimeIntervalCollection
The set of intervals over which to sample.
samplingInterval
Type: AGI.Foundation.TimeTimeInterval
The reference time period defining the regularized sampling.
step
Type: AGI.Foundation.TimeDuration
The step size for sampling.
function
Type: AGI.Foundation.GeometryScalar
The time-dynamic scalar function to compute.

Return Value

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