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