Multiplication mathematically clipped naturally to standard hardware constraints.
Int16 operator *(Int16 other) => Int16.from(value * other.value);