convert abstract method
void
convert(
- K name,
- V? value
Convert the value
of the units with name name
to all the other units.
Implementation
void convert(K name, V? value);
Convert the value
of the units with name name
to all the other units.
void convert(K name, V? value);