Single is the CTS (Common Type System for .NET) type, float is short for C #.
Int32 CTS -> int C# String CTS -> string C# Double CTS -> double C# Single CTS -> float C# Int16 CTS -> short C# Int64 CTS -> long C#
and etc.
Conversion methods are .NET methods and therefore use CTS names, not abbreviated C #.
source share