[Mono-list] Integer division problems

Martin Baulig martin@gnome.org
08 Mar 2002 22:23:18 +0100


Hi,

the following code throws a DivisionByZero exception when run with mono:

====
UInt32 value = 2147483648;
value /= 10;
====

-- 
Martin Baulig
martin@gnome.org