Population<TSolution, TCandidate>.Count Property

Gets the number of elements in the collection.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
C#
public int Count { get; protected set; }

Return Value

Int32
The number of elements in the collection.

Implements

IReadOnlyCollection<T>.Count
ICollection<T>.Count

See Also