ConstraintCollection.Values Property

Gets the values that are contained in this collection.

Definition

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

Property Value

ICollection<Constraint>

Implements

IDictionary<TKey, TValue>.Values

See Also