Convert magnitude with respect another unit.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(uom), | intent(in) | :: | self | The uom. |
||
| type(uom), | intent(in) | :: | other | Other unit used for conversion. |
||
| real(kind=RKP), | intent(in) | :: | magnitude | Magnitude to be converted. |
Converted magnitude.