ISimplexPivotInformation.Determinant Property

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

Gets the determinant of a transformation.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Common.Rational
The determinant of the transformation, which is the pivot value or diagonal entry of the eta matrix. The new basis is calculated by multiplying this determinant by the determinant of the old basis.

.NET Framework Security

See Also

Reference

ISimplexPivotInformation Interface

Microsoft.SolverFoundation.Solvers Namespace