Rational.IsInteger Method (BigInteger%)

[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 number is an integer, and clones the integer.

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

Syntax

'Declaration
Public Function IsInteger ( _
    <OutAttribute> ByRef bn As BigInteger _
) As Boolean
public bool IsInteger(
    out BigInteger bn
)
public:
bool IsInteger(
    [OutAttribute] BigInteger% bn
)
member IsInteger : 
        bn:BigInteger byref -> bool 
public function IsInteger(
    bn : BigInteger
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the number is an integer; otherwise, false.

.NET Framework Security

See Also

Reference

Rational Structure

IsInteger Overload

Microsoft.SolverFoundation.Common Namespace