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

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

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

/**
 * A Meter is the base unit of length in the SI.
 */
public class Meter extends Quantity {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy