OptimizationModelEntity.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.0
C#
public int Position { get; }

Property Value

Int32
The zero-based index of the instance in the collection.

See Also