IEvaluatorOverIntervalsTResult, TResultOverIntervalsEvaluate Method (TimeIntervalCollection) |
Evaluates over the supplied time intervals.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax TResultOverIntervals Evaluate(
TimeIntervalCollection consideredIntervals
)
Function Evaluate (
consideredIntervals As TimeIntervalCollection
) As TResultOverIntervals
TResultOverIntervals Evaluate(
TimeIntervalCollection^ consideredIntervals
)
abstract Evaluate :
consideredIntervals : TimeIntervalCollection -> 'TResultOverIntervals
Parameters
- consideredIntervals
- Type: AGI.Foundation.TimeTimeIntervalCollection
The set of time intervals over which the evaluator is to analyze.
Return Value
Type:
TResultOverIntervalsThe value of the function over the intervals.
Remarks
For information about the specific function evaluated by this evaluator, see the documentation for the
method that was used to create this evaluator.
Once created, an evaluator will ignore changes made to the object(s) from which it was created. You should create a new evaluator
after making changes to definitional objects in order for those changes to be reflected in the results.
See Also