Enumerates the possible ways tests in a ConvergenceTestCollection are combined.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Enumeration ConvergenceTestQuantifier
C#
public enum ConvergenceTestQuantifier
C++
public enum class ConvergenceTestQuantifier

Members

MemberDescription
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.