Creates a DecimalNumber object.
DecimalNumber Connection.createDecimalNumber( int precision, int scale ) throws ULjException
precision The number of digits in the number.
scale The number of decimal places in the number.
The DecimalNumber object with the specified type.