NSDecimalRound

Function NSDecimalRound 

Source
pub unsafe extern "C" fn NSDecimalRound(
    result: *mut NSDecimal,
    number: *const NSDecimal,
    scale: c_short,
    roundingMode: NSRoundingMode,
) -> NSCalculationError
Expand description

Rounds off the decimal value.