| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| Modifier and Type | Field and Description |
|---|---|
static ElectricalChargeUnit |
UNITS.ABCOULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.ABCOULOMB
abcoulomb (CGS EMU).
|
static ElectricalChargeUnit |
UNITS.ATOMIC_UNIT |
static ElectricalChargeUnit |
ElectricalChargeUnit.ATOMIC_UNIT
atomic unit of charge.
|
static ElectricalChargeUnit |
UNITS.COULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.COULOMB
Coulomb = A.s.
|
static ElectricalChargeUnit |
UNITS.EMU |
static ElectricalChargeUnit |
ElectricalChargeUnit.EMU
emu (CGS EMU).
|
static ElectricalChargeUnit |
UNITS.ESU |
static ElectricalChargeUnit |
ElectricalChargeUnit.ESU
esu (CGS ESU).
|
static ElectricalChargeUnit |
UNITS.FARADAY |
static ElectricalChargeUnit |
ElectricalChargeUnit.FARADAY
Faraday.
|
static ElectricalChargeUnit |
UNITS.FRANKLIN |
static ElectricalChargeUnit |
ElectricalChargeUnit.FRANKLIN
franklin (CGS ESU).
|
static ElectricalChargeUnit |
UNITS.MILLIAMPERE_HOUR |
static ElectricalChargeUnit |
ElectricalChargeUnit.MILLIAMPERE_HOUR
milliampere hour.
|
static ElectricalChargeUnit |
ElectricalChargeUnit.SI
The SI unit for electrical charge is Coulomb = A.s.
|
static ElectricalChargeUnit |
UNITS.STATCOULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.STATCOULOMB
statcoulomb (CGS ESU).
|
| Modifier and Type | Method and Description |
|---|---|
ElectricalChargeUnit |
ElectricalChargeUnit.getStandardUnit() |
| Constructor and Description |
|---|
ElectricalChargeUnit(String name,
String abbreviation,
UnitSystem unitSystem,
ElectricalChargeUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
| Constructor and Description |
|---|
ElectricalCharge(double value,
ElectricalChargeUnit unit)
Construct ElectricalCharge scalar.
|
| Constructor and Description |
|---|
ElectricalCharge(DoubleScalar.Rel<ElectricalChargeUnit> value)
Construct ElectricalCharge scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
ElectricalChargeUnit unit)
Construct a new Dense Immutable Double ElectricalCharge Vector.
|
Dense(double[] values,
ElectricalChargeUnit unit)
Construct a new Dense Immutable Double ElectricalCharge Vector.
|
Dense(List<Double> values,
ElectricalChargeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
ElectricalChargeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
ElectricalChargeVector(ElectricalChargeUnit unit) |
MutableElectricalChargeVector(ElectricalChargeUnit unit) |
Sparse(double[] values,
ElectricalChargeUnit unit)
Construct a new Sparse Immutable Double ElectricalCharge Vector.
|
Sparse(double[] values,
ElectricalChargeUnit unit)
Construct a new Sparse Immutable Double ElectricalCharge Vector.
|
Sparse(SortedMap<Integer,Double> values,
ElectricalChargeUnit unit,
int length)
Construct a new Sparse Immutable ElectricalCharge Vector.
|
Sparse(SortedMap<Integer,Double> values,
ElectricalChargeUnit unit,
int length)
Construct a new Sparse Immutable ElectricalCharge Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<ElectricalChargeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<ElectricalChargeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<ElectricalChargeUnit>> values,
int length)
Construct a new Sparse Immutable ElectricalCharge Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<ElectricalChargeUnit>> values,
int length)
Construct a new Sparse Immutable ElectricalCharge Vector.
|
| Constructor and Description |
|---|
FloatElectricalCharge(double value,
ElectricalChargeUnit unit)
Construct FloatElectricalCharge scalar using a double value.
|
FloatElectricalCharge(float value,
ElectricalChargeUnit unit)
Construct FloatElectricalCharge scalar.
|
| Constructor and Description |
|---|
FloatElectricalCharge(FloatScalar.Rel<ElectricalChargeUnit> value)
Construct FloatElectricalCharge scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.