IOException {
abvsInner.reset();
XSDecimalPointable decp1 = (XSDecimalPointable) XSDecimalPointable.FACTORY.createPointable();
decp1.set(abvsInner.getByteArray(), abvsInner.getStartOffset(), XSDecimalPointable.TYPE_TRAITS.getFixedLength());
decp1.setDecimal(longp1.getLong(), (byte) 0);
return (decp1.compareTo(decp2) == -1);
}
@Override
public boolean operateIntegerDouble(LongPointable longp1, DoublePointable doublep2) throws SystemException,
IOException {