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.2.419.0 (24.2.419.0)
Syntax public TimeIntervalFinderProgress(
TimeIntervalFinder timeIntervalFinder,
JulianDate startDate,
JulianDate endDate,
Duration complete
)
Public Sub New (
timeIntervalFinder As TimeIntervalFinder,
startDate As JulianDate,
endDate As JulianDate,
complete As Duration
)
public:
TimeIntervalFinderProgress(
TimeIntervalFinder^ timeIntervalFinder,
JulianDate startDate,
JulianDate endDate,
Duration complete
)
new :
timeIntervalFinder : TimeIntervalFinder *
startDate : JulianDate *
endDate : JulianDate *
complete : Duration -> TimeIntervalFinderProgress
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