Uses of Class
java.lang.ArithmeticException

Packages that use ArithmeticException
Package
Description
 
  • Uses of ArithmeticException in com.ibm.dataaccess

    Modifier and Type
    Method
    Description
    static void
    PackedDecimal.addPackedDecimal(byte[] result, int resultOffset, int resultPrecision, byte[] op1Decimal, int op1Offset, int op1Precision, byte[] op2Decimal, int op2Offset, int op2Precision, boolean checkOverflow)
    Add two Packed Decimals in byte arrays.
    static void
    PackedDecimal.subtractPackedDecimal(byte[] result, int resultOffset, int resultPrecision, byte[] op1Decimal, int op1Offset, int op1Precision, byte[] op2Decimal, int op2Offset, int op2Precision, boolean checkOverflow)
    Subtracts two Packed Decimals in byte arrays.