Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RoundingMode

This enum defines the rounding mode to use when rounding Money.

Index

Enumeration members

Enumeration members

DOWN

DOWN:

Round down to the next step value towards negative infinity. If the current value is already on a step value, it will not be rounded.

NEAREST

NEAREST:

Round to the nearest step value. If the current value is exactly between step values, it will round to the step value away from zero.

UP

UP:

Round up to the next step value towards positive infinity. If the current value is already on a step value, it will not be rounded.

Generated using TypeDoc