报告立即转换为 floatdouble 文字表达式。

此类文字表达式可以替换为等效的 float 文字。

示例:

float f = (float)1.1;

在应用快速修复后:

float f = 1.1f;