double
float
Such literal expressions can be replaced with equivalent float literals.
Example:
float f = (float)1.1;
After the quick-fix is applied:
float f = 1.1f;