Click or drag to resize

CachingMotionEvaluatorTGetNextSampleSuggestion Method

Gets a suggestion for the next JulianDate value at which to sample this 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 JulianDate GetNextSampleSuggestion(
	JulianDate x
)

Parameters

x
Type: AGI.Foundation.TimeJulianDate
The previous JulianDate sample value.

Return Value

Type: JulianDate
A suggestion for the JulianDate sample value, or x if this function has no suggestion.
See Also