|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.EPQLibrary.FromSI
public final class FromSI
A class made up of static methods for converting from other units to standard SI units
Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
| Field Summary | |
|---|---|
static double |
AMU
kg -> AMU |
static double |
ANGSTROM
m -> angstrom |
static double |
CM
m -> cm |
static double |
EV
Joules -> EV |
static double |
GRAM
kg -> g |
static double |
KEV
Joules -> KEV |
static double |
MICROMETER
m -> micrometers |
static double |
TORR
pascal -> Torr |
| Constructor Summary | |
|---|---|
FromSI()
|
|
| Method Summary | |
|---|---|
static double |
AMU(double kg)
AMU - Converts a mass in kilograms into AMU. |
static double |
angstrom(double a)
angstrom - Converts from meters to angstroms. |
static double |
centigrade(double c)
centigrade - Converts from kelvin to centigrade |
static double |
cm(double x)
cm - Converts from meters to cm |
static double |
cmSqrPerg(double x)
cmSqrPerg - Converts mass absorption coefficients from SI. |
static double |
dyne(double f)
dyne - Converts a force in Newtons into Dynes. |
static double |
eV(double e)
eV - Converts an energy in Joules into eV. |
static double |
fahrenheit(double k)
fahrenheit - Converts from fahrenheit to kelvin |
static double |
gPerCC(double d)
gPerCC - Converts kg per cubic meter into grams per cubic centimeter. |
static double |
keV(double e)
keV - Converts an energy in Joules into keV. |
static double |
micrometer(double x)
cm - Converts from meters to micrometers |
static double |
sqrAngstrom(double a2)
sqrAngstrom - Converts from square meters to square angstroms. |
static double |
Torr(double pascal)
Torr - Converts from pascal (Pa) to Torr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double KEV
public static final double EV
public static final double GRAM
public static final double CM
public static final double MICROMETER
public static final double AMU
public static final double ANGSTROM
public static final double TORR
| Constructor Detail |
|---|
public FromSI()
| Method Detail |
|---|
public static double Torr(double pascal)
pascal -
public static double keV(double e)
e - double - The energy in Joules
public static double eV(double e)
e - double - The energy in Joules
public static double AMU(double kg)
kg - double - The mass in kg
public static double dyne(double f)
f - double - The force in Newtons
public static double gPerCC(double d)
d - double
public static double angstrom(double a)
a - double
public static double sqrAngstrom(double a2)
a2 - double
public static double cmSqrPerg(double x)
x - double
public static double cm(double x)
x -
public static double micrometer(double x)
x -
public static double centigrade(double c)
c -
public static double fahrenheit(double k)
k -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||