BigRational.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.0
C#
public static BigRational Ceiling(
	BigRational value
)

Parameters

value  BigRational
A rational number.

Return Value

BigRational
A rational number that equals the smallest integer greater than or equal to value.

See Also