Rational.GetCeilingResidual Method

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

Returns the ceiling residual of a rational number.

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

Syntax

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

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
The ceiling residual of the number.

.NET Framework Security

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace