Round towards -infinity.
More...
#include <userver/decimal64/decimal64.hpp>
|
template<typename T > |
static constexpr int64_t | Round (T value) |
|
static constexpr int64_t | DivRounded (int64_t a, int64_t b, bool) |
|
Round towards -infinity.
Definition at line 361 of file decimal64.hpp.
◆ DivRounded()
static constexpr int64_t decimal64::FloorRoundPolicy::DivRounded |
( |
int64_t |
a, |
|
|
int64_t |
b, |
|
|
bool |
|
|
) |
| |
|
inlinestaticconstexpr |
◆ Round()
template<typename T >
static constexpr int64_t decimal64::FloorRoundPolicy::Round |
( |
T |
value | ) |
|
|
inlinestaticconstexpr |
The documentation for this class was generated from the following file: