A repairer that round values at a given a precision. More...
#include <edoRepairerRound.h>
Public Types | |
typedef EOT::AtomType | ArgType |
Public Member Functions | |
edoRepairerRoundDecimals (ArgType decimals) | |
Generally speaking, we expect decimals being <= 1, but it can work for higher values. |
A repairer that round values at a given a precision.
e.g. if prec=0.1, 8.06 will be rounded to 8.1
Definition at line 83 of file edoRepairerRound.h.