Package | Description |
---|---|
javax.measure.quantity |
Provides quantitative properties or attributes of thing such as
mass, time, distance, heat, and angular separation.
|
javax.measure.unit |
Provides support for programatic unit handling.
|
org.jscience.physics.amount |
Provides support for exact or arbitrary precision measurements.
|
Modifier and Type | Field and Description |
---|---|
static Unit<ElectricCharge> |
ElectricCharge.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
Modifier and Type | Field and Description |
---|---|
static AlternateUnit<ElectricCharge> |
SI.COULOMB
The derived unit for electric charge, quantity of electricity
(
C ). |
static Unit<ElectricCharge> |
NonSI.E
A unit of electric charge equal to the charge on one electron
(standard name
e ). |
static Unit<ElectricCharge> |
NonSI.FARADAY
A unit of electric charge equal to equal to the product of Avogadro's
number (see
SI.MOLE ) and the charge (1 e) on a single electron
(standard name Fd ). |
static Unit<ElectricCharge> |
NonSI.FRANKLIN
A unit of electric charge which exerts a force of one dyne on an equal
charge at a distance of one centimeter
(standard name
Fr ). |
Modifier and Type | Field and Description |
---|---|
static Amount<ElectricCharge> |
Constants.e
Holds the elementary charge (positron charge).
|
Copyright © 2012. All Rights Reserved.