pub unsafe extern "C" fn NSDecimalRound(
result: *mut NSDecimal,
number: *const NSDecimal,
scale: c_short,
roundingMode: NSRoundingMode,
) -> NSCalculationErrorExpand description
Rounds off the decimal value.
pub unsafe extern "C" fn NSDecimalRound(
result: *mut NSDecimal,
number: *const NSDecimal,
scale: c_short,
roundingMode: NSRoundingMode,
) -> NSCalculationErrorRounds off the decimal value.