この積は、ある値から別の値を引き算し、その結果が許容される最小の整数値より小さくなるようにするもので、正しい結果と等しくない値を生成する。
これは、符号ありの場合でも符号なしの場合でも起こりうる。
The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.
This can happen in signed and unsigned cases.