object to double java

48

object to double java -

Double d = null;
if (obj instanceof Double) {
	d = (Double) obj;
}

Comments

Submit
0 Comments