All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.openxc.units.KilometersPerHour Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
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