SyntaxFix
Write A Post
Hire A Developer
Questions
In C#, float is an alias for System.Single (a bit like intis an alias for System.Int32).
float
System.Single
int
System.Int32