Rational.GetFloor Method

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

Returns the floor of a rational number.

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

Syntax

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

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
The floor of the number.

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace