|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.EPQLibrary.ToSI
public final class ToSI
A handful of static methods for converting conventional units into SI.
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
AMU -> kg |
static double |
ANGSTROM
angstrom -> m |
static double |
BARN
barn -> m^2 |
static double |
CM
cm -> m |
static double |
EV
eV -> Joules |
static double |
GRAM
g -> kg |
static double |
KEV
keV -> Joules |
static double |
MEV
MeV -> Joules |
static double |
MICROMETER
micrometer -> m |
static double |
TORR
Torr -> Pascal |
| Constructor Summary | |
|---|---|
ToSI()
|
|
| Method Summary | |
|---|---|
static double |
AMU(double amu)
AMU - Converts a mass in AMU into kilograms. |
static double |
angstrom(double a)
angstrom - Converts from angstroms to meters. |
static double |
barn(double a2)
barn - Converts from barns to square meters |
static double |
centigrade(double k)
centigrade - Converts from centigrade to kelvin |
static double |
cm(double x)
cm - Converts from cm to meters |
static double |
cmSqrPerg(double x)
cmSqrPerg - Converts mass absorption coefficients to SI. |
static double |
dyne(double f)
dyne - Converts a force in Dynes into Newtons. |
static double |
eV(double e)
eV - Converts an energy in eV into Joules. |
static double |
fahrenheit(double f)
fahrenheit - Converts from fahrenheit to kelvin |
static double |
g(double x)
g - Converts from grams to kilograms |
static double |
gPerCC(double d)
gPerCC - Converts grams per cubic centimeter into kg per cubic meter. |
static double |
inverse_gPerCC(double d)
inverse_gPerCC - Converts from inverse(grams per cubic centimeter) into inverse(kg per cubic meter). |
static double |
keV(double e)
keV - Converts an energy in keV into Joules. |
static double |
MeV(double e)
MeV - Converts an energy in MeV into Joules. |
static double |
micrometer(double m)
|
static double |
percm(double d)
percm - Converts from 1/cm to 1/meter. |
static double |
sqrAngstrom(double a2)
sqrAngstrom - Converts from square angstroms to square meters. |
static double |
Torr(double torr)
Torr - Converts from Torr to pascal (Pa) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double MEV
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 BARN
public static final double TORR
| Constructor Detail |
|---|
public ToSI()
| Method Detail |
|---|
public static double Torr(double torr)
torr -
public static double MeV(double e)
e - double - The energy in MeV
public static double keV(double e)
e - double - The energy in keV
public static double eV(double e)
e - double - The energy in eV
public static double AMU(double amu)
amu - double - The mass in AMU
public static double dyne(double f)
f - double - The force in Dynes
public static double gPerCC(double d)
d - double
public static double inverse_gPerCC(double d)
d - double
public static double percm(double d)
d - double
public static double angstrom(double a)
a - double
public static double micrometer(double m)
public static double sqrAngstrom(double a2)
a2 - double
public static double barn(double a2)
a2 - double
public static double cmSqrPerg(double x)
x - double
public static double cm(double x)
x -
public static double g(double x)
x -
public static double centigrade(double k)
k -
public static double fahrenheit(double f)
f -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||