float, double and decimal in C# | in Marathi | The Pro Code

Published: 26 January 2021
on channel: The Pro Code
142
5

In these videos, we are going to learn data type in c# in Marathi.
ex float, double and decimal
Agenda
explanation of float, double and decimal

float :
float is 32-bit value data types.
It has 7 digit Precision. To initialize a float variable, use the suffix f or F.

double:
double is 64- bit value data types.
It has 14 – 15 digit Precision. To initialize a double variable, use the suffix d or D.

decimal:
decimal is 128-bit value data types.
It has a 28-29 digit Precision. To initialize a decimal variable, use the suffix m or M.


Watch video float, double and decimal in C# | in Marathi | The Pro Code online without registration, duration hours minute second in high quality. This video was added by user The Pro Code 26 January 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 142 once and liked it 5 people.