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