OptimizationProgressChangedEventArgs
Summary
Provides data for the optimization progress changed event.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
ToString
Signature
1 | |
Return Value
string
PrintMembers
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| builder | StringBuilder |
Return Value
bool
GetHashCode
Signature
1 | |
Return Value
int
Equals (2)
Equals (1 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object |
Return Value
bool
Equals (2 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| other | OptimizationProgressChangedEventArgs |
Return Value
bool
$
Signature
1 | |
Return Value
OptimizationProgressChangedEventArgs
Properties
Process
Summary
Gets the optimization process that reported progress.
Signature
1 | |
Return Value
OptimizationProcess
Progress
Summary
Gets the progress percentage of the current operation.
Signature
1 | |
Return Value
double
Operation
Summary
Gets the description of the current operation.
Signature
1 | |
Return Value
string