fixed-point number

A real number with a fixed scale. In 4GL, the fixed-point number data types are DECIMAL(p,s) and MONEY. These data types store values that include a fractional part as fixed-point numbers.

See also data type, floating-point number, scale, simple data type.