ILinearModel.IsQuadraticVariable 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 is in any quadratic row.

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

Syntax

'Declaration
Function IsQuadraticVariable ( _
    vidVar As Integer _
) As Boolean
bool IsQuadraticVariable(
    int vidVar
)
bool IsQuadraticVariable(
    int vidVar
)
abstract IsQuadraticVariable : 
        vidVar:int -> bool 
function IsQuadraticVariable(
    vidVar : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the variable is in any quadratic row; otherwise, false.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace