Big Float.Ceiling Method
Rounds a number up to the nearest integer.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The BigFloat value that equals the smallest integer greater than or equal to value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static BigFloat Ceiling(
BigFloat value
)
Parameters
Return Value
BigFloatThe BigFloat value that equals the smallest integer greater than or equal to value.
Exceptions
Argument | value is null. |