Rational.IsInteger Method

[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.

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

Syntax

'Declaration
Public Function IsInteger As Boolean
public bool IsInteger()
public:
bool IsInteger()
member IsInteger : unit -> bool 
public function IsInteger() : boolean

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