====== FIXED_MAX ====== ''fixed FIXED_MAX = (fixed)0x7fffffff'' ===== Description ===== 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.