roundWithMode method

void roundWithMode(
  1. int position,
  2. DecimalSignedRoundingMode mode
)

See the Rust documentation for round_with_mode for more information.

Implementation

void roundWithMode(int position, DecimalSignedRoundingMode mode) {
  _icu4x_Decimal_round_with_mode_mv1(_ffi, position, mode.index);
}