IEvaluatorOverIntervalsTResult, TResultOverIntervalsEvaluate Method (JulianDate, JulianDate, ITrackCalculationProgress) |
Evaluates from the start date until the end date. This evaluation also reports evaluation progress.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax TResultOverIntervals Evaluate(
JulianDate start,
JulianDate end,
ITrackCalculationProgress tracker
)
Function Evaluate (
start As JulianDate,
end As JulianDate,
tracker As ITrackCalculationProgress
) As TResultOverIntervals
TResultOverIntervals Evaluate(
JulianDate start,
JulianDate end,
ITrackCalculationProgress^ tracker
)
abstract Evaluate :
start : JulianDate *
end : JulianDate *
tracker : ITrackCalculationProgress -> 'TResultOverIntervals
Parameters
- start
- Type: AGI.Foundation.TimeJulianDate
The date to begin the evaluation. - end
- Type: AGI.Foundation.TimeJulianDate
The date to end the evaluation. - tracker
- Type: AGI.FoundationITrackCalculationProgress
The tracker used for reporting progress of this evaluation.
Return Value
Type:
TResultOverIntervalsThe value of the function over the dates input.
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