Click or drag to resize

ParameterizedEvaluatorWithIntervalsTResult, TResultOverIntervalsEvaluate Method (TimeIntervalCollection, ITrackCalculationProgress)

Evaluates this parameterized evaluator over the collection of considered time intervals.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TResultOverIntervals Evaluate(
	TimeIntervalCollection consideredIntervals,
	ITrackCalculationProgress tracker
)

Parameters

consideredIntervals
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals over which to evaluate.
tracker
Type: AGI.FoundationITrackCalculationProgress
The progress tracker for reporting the status of this evaluation.

Return Value

Type: TResultOverIntervals
The result of evaluating.
See Also