FIXED_MIN

fixed FIXED_MIN = (fixed)0x80000000

Description

The minimum possible value of a fixed-point number. This constant is equal to INT_MIN but has a different type, because BCSUtils doesn't allow INT_MIN to be implicitly converted to fixed.