DurationFunctionExplorerProgress Constructor |
Initializes a new instance.
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 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 -> DurationFunctionExplorerProgress
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