Click or drag to resize

JulianDateFunctionExplorerExplore Method (JulianDate, JulianDate, ITrackCalculationProgress)

Explores the function, raising events for each finding.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Explore(
	JulianDate start,
	JulianDate stop,
	ITrackCalculationProgress tracker
)

Parameters

start
Type: AGI.Foundation.TimeJulianDate
The date at which to start exploring the function.
stop
Type: AGI.Foundation.TimeJulianDate
The date at which to stop exploring the function.
tracker
Type: AGI.FoundationITrackCalculationProgress
The object to which progress is reported and that is able to cancel this operation before it is complete, or .
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Functions is empty or SampleSuggestionCallback is .
InvalidOperationException Thrown when SampleSuggestionCallback suggests a zero-length step.
See Also