[Solved] what the need of using single and float keywords separately . when we have to use single in the real time scenario?


float is an alias for single.

float C# – MSDN

(Remember that float is an alias for the System.Single type.)

solved what the need of using single and float keywords separately . when we have to use single in the real time scenario?