Quad.Ceiling Method
Returns the smallest integral value that is greater than or equal to the
specified quadruple precision number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The smallest integral value that is greater than or equal to value. Note that this method returns a quadruple precision number instead of an integral type.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Ceiling(
Quad value
)
Parameters
- value Quad
- A quadruple precision number.
Return Value
QuadThe smallest integral value that is greater than or equal to value. Note that this method returns a quadruple precision number instead of an integral type.