pub unsafe extern "C" fn NSDecimalMultiply(
result: *mut NSDecimal,
leftOperand: *const NSDecimal,
rightOperand: *const NSDecimal,
roundingMode: NSRoundingMode,
) -> NSCalculationErrorExpand description
Subtracts one decimal value from another.