Big Rational.Ceiling Method
Rounds a rational number up to the nearest integer.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A rational number that equals the smallest integer greater than or equal to value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigRational Ceiling(
BigRational value
)
Parameters
- value BigRational
- A rational number.
Return Value
BigRationalA rational number that equals the smallest integer greater than or equal to value.