java convert float to double code example Example: java double to float double d = getInfoValueNumeric(); float f = (float)d;