IFractional Operations<T>.Ceiling Method
Returns the smallest integer greater than or equal to a value.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The smallest integer greater than or equal to a.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Ceiling(
T a
)
Parameters
- a T
- A value.
Return Value
TThe smallest integer greater than or equal to a.