Bastian Heist

Results 4 issues of Bastian Heist

### Pimcore version 11.1.4 ### Steps to reproduce - Create two units that depend on each other with a conversion factor, like Celsius and Fahrenheit in the docs (https://pimcore.com/docs/platform/Pimcore/Objects/Object_Classes/Data_Types/Number_Types/#quantity-value-unit-conversion): ![image](https://github.com/pimcore/pimcore/assets/10347669/a0868580-de70-4944-9a3d-48052e1fe58a)...

Bug
PR Welcome

Fixes the conversion logic to correctly respect offsets and factors. Please do some of your own testing, there might be cases which I missed. ## Changes in this pull request...

Pimcore:ToDo

According to the java doc, the `java.util.Comparator` should do the follwing: ``` Compares its two arguments for order. Returns a negative integer, zero, or a positive integer as the first...