Method Ceiling
Ceiling(BigRational)
Returns the smallest integral value that is greater than or equal to the specified number.
Declaration
public static BigRational Ceiling(BigRational a)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | a | A BigRational number. |
Returns
| Type | Description |
|---|---|
| BigRational | The smallest integral value that is greater than or equal to the |