JulianDateFunctionExplorerProgress Constructor  | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDateFunctionExplorerProgress(
	JulianDateFunctionExplorer explorer,
	JulianDate start,
	JulianDate stop,
	Duration complete,
	int percentComplete
)
Public Sub New ( 
	explorer As JulianDateFunctionExplorer,
	start As JulianDate,
	stop As JulianDate,
	complete As Duration,
	percentComplete As Integer
)
public:
JulianDateFunctionExplorerProgress(
	JulianDateFunctionExplorer^ explorer, 
	JulianDate start, 
	JulianDate stop, 
	Duration complete, 
	int percentComplete
)
new : 
        explorer : JulianDateFunctionExplorer * 
        start : JulianDate * 
        stop : JulianDate * 
        complete : Duration * 
        percentComplete : int -> JulianDateFunctionExplorerProgressParameters
- explorer
 - Type: AGI.Foundation.NumericalMethodsJulianDateFunctionExplorer
The explorer instance that is reporting progress. - start
 - Type: AGI.Foundation.TimeJulianDate
The beginning of the interval being explored. - stop
 - Type: AGI.Foundation.TimeJulianDate
The end of the interval being explored. - complete
 - Type: AGI.Foundation.TimeDuration
The portion of the interval that has already been evaluated. - percentComplete
 - Type: SystemInt32
The percentage of the interval that has already been completed. 
See Also