Rational.GetIntegerPart Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the integer part of a rational number.

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

Syntax

'Declaration
Public Function GetIntegerPart As Rational
public Rational GetIntegerPart()
public:
Rational GetIntegerPart()
member GetIntegerPart : unit -> Rational 
public function GetIntegerPart() : Rational

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
The integer part of the number.

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace