Код: Выделить всё
1F // a float with the value 1
1L // a long with the value 1
1D // a double with the value 1
Подробнее здесь: https://stackoverflow.com/questions/262 ... in-c-sharp
Код: Выделить всё
1F // a float with the value 1
1L // a long with the value 1
1D // a double with the value 1