|
|
От: |
romangr
|
|
| Дата: | 11.04.19 13:17 | ||
| Оценка: | 79 (3) | ||
6.1.2 Implicit numeric conversions
The implicit numeric conversions are:
· From sbyte to short, int, long, float, double, or decimal.
· From byte to short, ushort, int, uint, long, ulong, float, double, or decimal.
· From short to int, long, float, double, or decimal.
· From ushort to int, uint, long, ulong, float, double, or decimal.
· From int to long, float, double, or decimal.
· From uint to long, ulong, float, double, or decimal.
· From long to float, double, or decimal.
· From ulong to float, double, or decimal.
· From char to ushort, int, uint, long, ulong, float, double, or decimal.
· From float to double.