Share via


SecondOrderCone.ContainsVid Method

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

Returns a value that indicates whether a variable belongs to a cone.

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

Syntax

'Declaration
Public Function ContainsVid ( _
    vid As Integer _
) As Boolean
public bool ContainsVid(
    int vid
)
public:
bool ContainsVid(
    int vid
)
member ContainsVid : 
        vid:int -> bool 
public function ContainsVid(
    vid : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the variable belongs to the cone; otherwise, false.

.NET Framework Security

See Also

Reference

SecondOrderCone Class

Microsoft.SolverFoundation.Services Namespace