Click or drag to resize

DurationFunctionExplorerProgress Constructor

Initializes a new instance.

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 DurationFunctionExplorerProgress(
	DurationFunctionExplorer explorer,
	Duration start,
	Duration stop,
	Duration complete,
	int percentComplete
)

Parameters

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