ISimplexPivotInformation.Scale Property

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

Gets the difference between one entering variable and the next as the value changes.

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

Syntax

'Declaration
ReadOnly Property Scale As Rational
Rational Scale { get; }
property Rational Scale {
    Rational get ();
}
abstract Scale : Rational
function get Scale () : Rational

Property Value

Type: Microsoft.SolverFoundation.Common.Rational
The absolute value of the difference between one entering variable and the next as the value changes.

.NET Framework Security

See Also

Reference

ISimplexPivotInformation Interface

Microsoft.SolverFoundation.Solvers Namespace