I updated the document with regards to min and max values of an int.
It's an unsigned 32 bit integer internally.
-2,147,483,648 <= value <= 2,147,483,647
That's signed, otherwise it couldn't be negative.
Doh!