OptimizationModelEntity.Position Property

Gets the position of the current instance in the collection.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Position { get; }

Property Value

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

See Also