Click or drag to resize

IJulianDateFunctionSamplerGetNextSample Method

Gets the next date at which to sample the function.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
JulianDate GetNextSample(
	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 previous date at which the function was sampled.

Return Value

Type: JulianDate
The next date at which to sample the function.
See Also