Click or drag to resize

EvaluatorDelayedByLink<T>.Evaluate Method (JulianDate)

Evaluate the inner evaluator at a time delayed from date by the specified LinkDelayEvaluator.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override T Evaluate(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The non-delayed time.

Return Value

Type: T
The result of the InnerEvaluator at the delayed time.

Implements

IEvaluator<T>.Evaluate(JulianDate)
See Also