Rational.IsPositiveInfinity 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 positive infinity.

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

Syntax

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

Property Value

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

Remarks

Positive infinity is defined as (+1, 0).

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace