Rational.IsFinite 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 finite.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace