Optimization Model Entity.Position Property
Gets the position of the current instance in the collection.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The zero-based index of the instance in the collection.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int Position { get; }
Property Value
Int32The zero-based index of the instance in the collection.