NSDecimalMultiply

Function NSDecimalMultiply 

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

Subtracts one decimal value from another.