Answers for "Literal of type double cannot be implicitly converted to type 'float'; use an 'F' suffix to create a literal of this type"

3

error CS0664: Literal of type double cannot be implicitly converted to type 'float'; use an 'F' suffix to create a literal of this type

Put an "f" after any number like 0.2, 0.0, 6.7 etc
Posted by: Guest on September-01-2020

Code answers related to "Literal of type double cannot be implicitly converted to type 'float'; use an 'F' suffix to create a literal of this type"

Browse Popular Code Answers by Language