Value: -2147483648
The constant used to indicate that a value is undefined. Fields can use this value to indicate that their values have not yet been set. Similarly, methods can return this value to indicate that there is no suitable value that the implementation can return. The value used for the constant (currently Java.Lang.Integer.MinValue) is intended to avoid confusion between valid values whose sign may not be known.