|
|
От: |
_FRED_
|
@ViIvanov |
| Дата: | 15.06.05 09:18 | ||
| Оценка: | |||
O>int a_TvoiInt;
O>byte a_Mlad, a_Star;
O>a_Mlad = unchecked((byte)a_TvoiInt);
O>a_Star = (byte) (a_TvoiInt >> 24);Если превысим байт в a_TvoiInt.An unhandled exception of type 'System.OverflowException' occurred in Tests.exe
Additional information: Arithmetic operation resulted in an overflow.