ConvergenceTestCollection<T>.Quantifier Property

Gets or sets a value that indicates how the tests in the collection are to be combined.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ConvergenceTestQuantifier Quantifier { get; set; }

Property Value

ConvergenceTestQuantifier
A ConvergenceTestQuantifier value.

See Also