Click or drag to resize

TimeIntervalFinderProgress Constructor

Initializes a new instance with the specified parameters.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalFinderProgress(
	TimeIntervalFinder timeIntervalFinder,
	JulianDate startDate,
	JulianDate endDate,
	Duration complete
)

Parameters

timeIntervalFinder
Type: AGI.Foundation.NumericalMethodsTimeIntervalFinder
The time interval finder that is reporting progress.
startDate
Type: AGI.Foundation.TimeJulianDate
The first date to be evaluated.
endDate
Type: AGI.Foundation.TimeJulianDate
The last date to be evaluated.
complete
Type: AGI.Foundation.TimeDuration
The quantity of time for which the computation has been completed.
See Also