Rational.IsIndeterminate Property
[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 Rational object is indeterminate.
Namespace: Microsoft.SolverFoundation.Common
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public ReadOnly Property IsIndeterminate As Boolean
public bool IsIndeterminate { get; }
public:
property bool IsIndeterminate {
bool get ();
}
member IsIndeterminate : bool
function get IsIndeterminate () : boolean
Property Value
Type: System.Boolean
true if the Rational object if indeterminate; otherwise, false.
Remarks
Indeterminate is defined as (+3, 0).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.