Uses of Class
spice.basic.Units
-
Packages that use Units Package Description spice.basic -
-
Uses of Units in spice.basic
Subclasses of Units in spice.basic Modifier and Type Class Description class
AngularUnits
Class AngularUnits represents angular units and supports conversion between them.class
DistanceUnits
Class DistanceUnits represents distance units and supports conversion between them.Methods in spice.basic with parameters of type Units Modifier and Type Method Description static double
Units. convert(double quantity, Units fromUnits, Units toUnits)
Convert a quantity from one set of units to another.
-