DecisionVariableCollection.Names Property

Gets the collection of names of the variables in the collection.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Index<string> Names { get; }

Property Value

Index<String>

See Also