Convert magnitude with respect another alias.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(uom_reference), | intent(in) | :: | self | The uom reference. |
||
| type(uom_reference), | intent(in) | :: | other | Other unit reference used for conversion. |
||
| real(kind=RKP), | intent(in) | :: | magnitude | Magnitude to be converted. |
||
| real(kind=RKP), | intent(out) | :: | converted | Converted magnitude. |
||
| logical, | intent(out) | :: | is_found | Flag to check if a conversion alias has been found. |