Click or drag to resize

DurationSampleSuggestionCallback Delegate

A callback that is invoked to determine the next duration at which DurationFunctionExplorer 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 Duration DurationSampleSuggestionCallback(
	Duration intervalStart,
	Duration intervalStop,
	Duration lastSample
)

Parameters

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

Return Value

Type: Duration
The next duration to sample.
See Also