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

Опубликовано: 26 Январь 2021
на канале: 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.


Смотрите видео float, double and decimal in C# | in Marathi | The Pro Code онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь The Pro Code 26 Январь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 142 раз и оно понравилось 5 людям.