From 2c146c894972e2c6ab701b3c66dcf242d7be656f Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 24 Dec 2019 16:16:13 -0500 Subject: Added Javadoc to the project. --- doc/org/unitConverter/unit/SI.html | 1313 ++++++++++++++++++++++++++++++++++++ 1 file changed, 1313 insertions(+) create mode 100644 doc/org/unitConverter/unit/SI.html (limited to 'doc/org/unitConverter/unit/SI.html') diff --git a/doc/org/unitConverter/unit/SI.html b/doc/org/unitConverter/unit/SI.html new file mode 100644 index 0000000..7e50983 --- /dev/null +++ b/doc/org/unitConverter/unit/SI.html @@ -0,0 +1,1313 @@ + + + + + +SI + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.unitConverter.unit
+

Class SI

+
+
+ +
+
    +
  • +
    +
    +
    public final class SI
    +extends java.lang.Object
    +
    All of the units, prefixes and dimensions that are used by the SI, as well as some outside the SI. + +

    + This class does not include prefixed units. To obtain prefixed units, use LinearUnit.withPrefix(org.unitConverter.unit.UnitPrefix): + +

    + LinearUnit KILOMETRE = SI.METRE.withPrefix(SI.KILO);
    + 
    +
    +
    Since:
    +
    2019-10-16
    +
    Author:
    +
    Adrien Hopkins
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3