roundWithMode method
- int position,
- 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);
}