Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum ConvergenceTestQuantifier
Public Enumeration ConvergenceTestQuantifier
public enum class ConvergenceTestQuantifier
type ConvergenceTestQuantifier
| Member name | Value | Description |
---|
| Any | 0 |
The convergence test succeeds if any of the tests in the collection succeeds.
|
| All | 1 |
The convergence test succeeds if all of the tests in the collection succeed.
|
Reference