Double toDouble(Object objectData) Double toDouble(int integerData) Double toDouble(float floatData) Double toDouble(double doubleData)
Returns a Double object.
DtpIncompatibleFormatException - If the source data type cannot be converted to Double.
Double myDoubleObj = DtpDataConversion.toDouble(myInteger);