Function NSDecimalRound

Source
pub unsafe extern "C-unwind" fn NSDecimalRound(
    result: NonNull<NSDecimal>,
    number: NonNull<NSDecimal>,
    scale: NSInteger,
    rounding_mode: NSRoundingMode,
)
👎Deprecated: renamed to NSDecimal::round
Available on crate feature NSDecimal only.