Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • None will do no rounding and use exact calculated values.

  • Round will use typical rules for rounding a value up or down.

  • Round down will always round down to the specified precision.

  • Round up will always round up to the specified precision.

  • Away from the nearest end will locate the nearest end and then round so the new location is further from it.

  • Towards the nearest end will locate the nearest end and then round so the new location is closer to it.