Rational.IsUnsignedInfinity 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 unsigned infinity.

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

Syntax

'Declaration
Public ReadOnly Property IsUnsignedInfinity As Boolean
public bool IsUnsignedInfinity { get; }
public:
property bool IsUnsignedInfinity {
    bool get ();
}
member IsUnsignedInfinity : bool
function get IsUnsignedInfinity () : boolean

Property Value

Type: System.Boolean
true if the Rational object is unsigned infinity; otherwise, false.

Remarks

Unsigned infinity is defined as (+2, 0).

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace