Click or drag to resize

CachingMotionEvaluator<T>.GetNextSampleSuggestion 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: 25.1.421.0 (25.1.421.0)
Syntax
public override JulianDate GetNextSampleSuggestion(
	JulianDate x
)

Parameters

x
Type: AGI.Foundation.Time.JulianDate
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