Rounds a number up to the nearest integer.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Ceiling(
BigFloat value
)
Public Shared Function Ceiling (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Ceiling(
BigFloat^ value
)
static member Ceiling :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloatThe
BigFloat value that equals the smallest integer
greater than or equal to
value.
Reference