ISecondOrderCone.PrimaryVid1 Property

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

Gets or sets the primary conic variable for a cone.

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

Syntax

'Declaration
Property PrimaryVid1 As Integer
int PrimaryVid1 { get; set; }
property int PrimaryVid1 {
    int get ();
    void set (int value);
}
abstract PrimaryVid1 : int with get, set
function get PrimaryVid1 () : int
function set PrimaryVid1 (value : int)

Property Value

Type: System.Int32
The primary conic variable.

Remarks

For a quadratic cone, the primary conic variable is x1, where x1 >= || x2 ||, x1 > 0.

.NET Framework Security

See Also

Reference

ISecondOrderCone Interface

Microsoft.SolverFoundation.Services Namespace