Hi I am new to using jsr 363 to do a unit conversion application. Can anyone help me to do the conversion between mile and km using jsr 363 library(uni-api)
unit conversion between mile and km using jsr 363 library
277 views Asked by Hariprasath At
1
It's done like this:
You'll find examples for using the Common systems (including USCustomary) under https://github.com/unitsofmeasurement/uom-demos/tree/master/console/systems/common
Cheers, Werner