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