xtd 0.2.0
Loading...
Searching...
No Matches

◆ ceiling() [2/2]

static double xtd::math::ceiling ( double  value)
static

Returns the smallest integer greater than or equal to the specified double-precision floating-point number.

Parameters
valueA double-precision floating-point number.
Returns
The smallest integer greater than or equal to value. If value is equal to xtd::math::NaN, xtd::math::negative_infinity, or xtd::math::positive_infinity, that value is returned.