tvp1.getValue(tp.decp);
castToDouble.convertDecimal(tp.decp, dOut);
break;
case ValueTag.XS_DOUBLE_TAG:
tvp1.getValue(tp.doublep);
castToDouble.convertDouble(tp.doublep, dOut);
break;
case ValueTag.XS_FLOAT_TAG:
tvp1.getValue(tp.floatp);
castToDouble.convertFloat(tp.floatp, dOut);
break;