ConvergenceTestCollection<T>.Count Property

Gets the number of tests in the ConvergenceTestCollection<T>

Definition

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

Property Value

Int32

Implements

ICollection.Count
ICollection<T>.Count

See Also