Rounds towards Infinity.
Rounds towards zero.
Rounds towards -Infinity.
Rounds towards nearest neighbour; if equidistant, rounds towards Infinity.
Rounds towards nearest neighbour; if equidistant, rounds towards zero.
Rounds towards nearest neighbour; if equidistant, rounds towards even neighbour.
Rounds towards nearest neighbour; if equidistant, rounds towards -Infinity.
Rounds towards nearest neighbour; if equidistant, rounds away from zero.
Rounds away from zero.
Generated using TypeDoc
This enumeration contains all rounding modes available, extracted from the decimal.js documentation.