ISimplexPivotInformation.Sign Property

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

Gets a value that indicates whether the entering variable is increasing or decreasing.

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

Syntax

'Declaration
ReadOnly Property Sign As Integer
int Sign { get; }
property int Sign {
    int get ();
}
abstract Sign : int
function get Sign () : int

Property Value

Type: System.Int32
A value that indicates whether the entering variable is increasing or decreasing.

.NET Framework Security

See Also

Reference

ISimplexPivotInformation Interface

Microsoft.SolverFoundation.Solvers Namespace