
com.openxc.units.Meter Maven / Gradle / Ivy
package com.openxc.units;
/**
* A Meter is the base unit of length in the SI.
*/
public class Meter extends Quantity {
public Meter(Number value) {
super(value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy