Ceiling truncation. More...
#include <ql/math/rounding.hpp>
Public Member Functions | |
CeilingTruncation (Integer precision, Integer digit=5) | |
![]() | |
Rounding () | |
default constructor More... | |
Rounding (Integer precision, Type type=Closest, Integer digit=5) | |
Decimal | operator() (Decimal value) const |
perform rounding | |
Integer | precision () const |
Type | type () const |
Integer | roundingDigit () const |
Additional Inherited Members | |
![]() | |
enum | Type { None, Up, Down, Closest, Floor, Ceiling } |
rounding methods More... | |
Ceiling truncation.