SecondOrderCone.Index Property

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

Gets the index for a second order cone.

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

Syntax

'Declaration
Public ReadOnly Property Index As Integer
public int Index { get; }
public:
virtual property int Index {
    int get () sealed;
}
abstract Index : int
override Index : int
final function get Index () : int

Property Value

Type: System.Int32
The index for the cone.

Implements

ISecondOrderCone.Index

.NET Framework Security

See Also

Reference

SecondOrderCone Class

Microsoft.SolverFoundation.Services Namespace