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

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

There is a newer version: 5.1.1
Show newest version
package com.openxc.units;

/**
 * RotationsPerMinute is a measure of the frequency of a rotation.
 *
 * This is commonly used with regard to engine speed (i.e. RPM).
 */
public class RotationsPerMinute extends Quantity {

    public RotationsPerMinute(Number value) {
        super(value);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy