Click or drag to resize

CachingMotionEvaluatorTEvaluate Method (JulianDate)

Evaluates the function.

Namespace:  AGI.Foundation.Infrastructure
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)
See Also