com.openxc.units.KilometersPerHour Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openxc-it Show documentation
Show all versions of openxc-it Show documentation
Instrumentation test suite for OpenXC library
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