Big Rational.Ceiling Method
Rounds a rational number up to the nearest integer.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A rational number that equals the smallest integer greater than or equal to value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.