ConstraintCollection.Count Property

Returns the number of constraints in the collection.

Definition

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

Property Value

Int32

Implements

ICollection<T>.Count

See Also