
com.openxc.units.KilometersPerHour Maven / Gradle / Ivy
package com.openxc.units;
/**
* KilometersPerHour is an SI derived unit of velocity.
*/
public class KilometersPerHour extends Quantity {
public KilometersPerHour(Number value) {
super(value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy