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