UnconstrainedNonlinearModel.Indices Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the variable index collection, inclusive of rows

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property Indices As IEnumerable(Of Integer)
public IEnumerable<int> Indices { get; }
public:
virtual property IEnumerable<int>^ Indices {
    IEnumerable<int>^ get () sealed;
}
abstract Indices : IEnumerable<int>
override Indices : IEnumerable<int>
final function get Indices () : IEnumerable<int>

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>

Implements

IRowVariableModel.Indices

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace