pub unsafe extern "C" fn NSDecimalDivide(
result: *mut NSDecimal,
leftOperand: *const NSDecimal,
rightOperand: *const NSDecimal,
roundingMode: NSRoundingMode,
) -> NSCalculationErrorExpand description
Multiplies two decimal numbers together.