+ 4
float is 32 bits wide while double is 64 bits wide which means type double can hold more larger values compared to float. double is used more commonly though the reason is many of the maths functions in c# class library use double values.
4th Aug 2016, 6:54 AM
Javeria Khan
+ 3
double covers a larger range of numbers but uses more memory.
2nd Aug 2016, 11:34 PM
Alireza M
Alireza M - avatar
+ 1
float- it has two digits after decimal while double has 4 digits after decimal...double provides more accuracy.
25th Feb 2017, 5:17 PM
sneha jain
sneha jain - avatar
0
i agree with sneha jain
13th Feb 2018, 4:52 PM
Arya Kumar Sahgal
Arya Kumar Sahgal - avatar