NSDecimalAdd

Function NSDecimalAdd 

Source
pub unsafe extern "C" fn NSDecimalAdd(
    result: *mut NSDecimal,
    leftOperand: *const NSDecimal,
    rightOperand: *const NSDecimal,
    roundingMode: NSRoundingMode,
) -> NSCalculationError
Expand description

Adds two decimal values.