ConvergenceTestCollection<T>.Quantifier Property

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

Definition

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

Property Value

ConvergenceTestQuantifier
A ConvergenceTestQuantifier value.

See Also