Windows PowerShell Specification

For the int type, that extra value is 2147483648. For the long type, that extra value is 9223372036854775808. Even though the token 2147483648 would ordinarily be treated as a literal of type long, if it is preceded immediately by the unary - operator, that operator and literal are treated as a literal of type int having the smallest value. ................
................