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.2.419.0 (24.2.419.0)
Syntax public TResultOverIntervals Evaluate(
TimeIntervalCollection consideredIntervals,
ITrackCalculationProgress tracker
)
Public Function Evaluate (
consideredIntervals As TimeIntervalCollection,
tracker As ITrackCalculationProgress
) As TResultOverIntervals
public:
TResultOverIntervals Evaluate(
TimeIntervalCollection^ consideredIntervals,
ITrackCalculationProgress^ tracker
)
member Evaluate :
consideredIntervals : TimeIntervalCollection *
tracker : ITrackCalculationProgress -> 'TResultOverIntervals
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:
TResultOverIntervalsThe result of evaluating.
See Also