ConstraintCollection.Values Property

Gets the values that are contained in this collection.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ICollection<Constraint> Values { get; }

Property Value

ICollection<Constraint>

Implements

IDictionary<TKey, TValue>.Values

See Also