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