DurationFunctionExplorerProgress 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 DurationFunctionExplorerProgress(
	DurationFunctionExplorer explorer,
	Duration start,
	Duration stop,
	Duration complete,
	int percentComplete
)
Public Sub New ( 
	explorer As DurationFunctionExplorer,
	start As Duration,
	stop As Duration,
	complete As Duration,
	percentComplete As Integer
)
public:
DurationFunctionExplorerProgress(
	DurationFunctionExplorer^ explorer, 
	Duration start, 
	Duration stop, 
	Duration complete, 
	int percentComplete
)
new : 
        explorer : DurationFunctionExplorer * 
        start : Duration * 
        stop : Duration * 
        complete : Duration * 
        percentComplete : int -> DurationFunctionExplorerProgressParameters
- explorer
 - Type: AGI.Foundation.NumericalMethodsDurationFunctionExplorer
The explorer instance that is reporting progress. - start
 - Type: AGI.Foundation.TimeDuration
The beginning of the interval being explored. - stop
 - Type: AGI.Foundation.TimeDuration
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