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

◆ floor() [1/2]

static decimal xtd::math::floor ( decimal  value)
static

Returns the largest integer less than or equal to the specified decimal number.

Parameters
valueA double-precision floating-point number.
Returns
The largest integer less than or equal to value.