Click or drag to resize

DoubleFunctionExplorerProgress 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 DoubleFunctionExplorerProgress(
	DoubleFunctionExplorer explorer,
	double start,
	double stop,
	double complete,
	int percentComplete
)

Parameters

explorer
Type: AGI.Foundation.NumericalMethodsDoubleFunctionExplorer
The explorer instance that is reporting progress.
start
Type: SystemDouble
The beginning of the interval being explored.
stop
Type: SystemDouble
The end of the interval being explored.
complete
Type: SystemDouble
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