fixed FIXED_MAX = (fixed)0x7fffffff
The minimum possible value of a fixed-point number. This constant is equal to INT_MAX but has a different type, because BCSUtils doesn't allow INT_MAX to be implicitly converted to fixed.