Hello!
The smalest negativt number that an int can hold is -2147483648;
If I in some case want to use this number can I use a property from the int
struct or get the value from somewhere else or
must I just remember this value.
//Tony
Alberto Poblacion - 20 Oct 2007 08:52 GMT
> The smalest negativt number that an int can hold is -2147483648;
>
> If I in some case want to use this number can I use a property from the
> int struct or get the value from somewhere else or
> must I just remember this value.
You can use int.MinValue