Click or drag to resize

MotionEvaluatorT, TDerivativeEvaluate Method (JulianDate)

Evaluates the function.

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

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The value with which to evaluate the function.

Return Value

Type: T
The value of the function.

Implements

IEvaluatorTEvaluate(JulianDate)
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. In other words, this method will always return the same result for a given JulianDate regardless of changes made to other objects in the system. 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