Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics Namespace


Extreme Optimization Mathematics Library for .NET

ConvergenceTestQuantifier Enumeration

Enumerates the possible ways tests in a ConvergenceTestCollection are combined.

[Visual Basic]
Public Enum ConvergenceTestQuantifier
[C#]
public enum ConvergenceTestQuantifier

Members

Member NameDescription
Any The convergence test succeeds if any of the tests in the collection succeeds.
All The convergence test succeeds if all of the tests in the collection succeed.

Requirements

Namespace: Extreme.Mathematics

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

Extreme.Mathematics Namespace