The fixed-point data type is implemented in MLDesigner by the Fix class.
The Fix class supports a two’s complement representation of a finite precision number. In fixed-point notation, the partition between the integer part and the fractional part, the binary point, lies at a fixed position in the bit pattern. Its position represents a trade-off between precision and range. If the binary point lies to the right of all bits, then there is no fractional part.
The Fix type is still experimental.