Click or drag to resize

JulianDateSampleSuggestionCallback Delegate

A callback that is invoked to determine the next date at which JulianDateFunctionExplorer samples a function.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate JulianDate JulianDateSampleSuggestionCallback(
	JulianDate intervalStart,
	JulianDate intervalStop,
	JulianDate lastSample
)

Parameters

intervalStart
Type: AGI.Foundation.TimeJulianDate
The beginning of the overall interval being evaluated.
intervalStop
Type: AGI.Foundation.TimeJulianDate
The end of the overall interval being evaluated.
lastSample
Type: AGI.Foundation.TimeJulianDate
The last date that was sampled.

Return Value

Type: JulianDate
The next date to sample.
See Also