| 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 MoneyPerMassUnit |
MoneyPerMassUnit.EUR_PER_KILOGRAM
Euro per kg.
|
static MoneyPerMassUnit |
MoneyPerMassUnit.EUR_PER_METRIC_TON
Euro per metric ton.
|
static MoneyPerMassUnit |
MoneyPerMassUnit.USD_PER_LONG_TON
US$ per long ton.
|
static MoneyPerMassUnit |
MoneyPerMassUnit.USD_PER_POUND
US$ per pound.
|
static MoneyPerMassUnit |
MoneyPerMassUnit.USD_PER_SHORT_TON
US$ per short ton.
|
| Modifier and Type | Method and Description |
|---|---|
static MoneyPerMassUnit |
MoneyPerMassUnit.getStandardMoneyPerMassUnit() |
MoneyPerMassUnit |
MoneyPerMassUnit.getStandardUnit() |
| Constructor and Description |
|---|
MoneyPerMassUnit(String name,
String abbreviation,
MoneyPerMassUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined MoneyPerMassUnit with a conversion factor to another MoneyPerMassUnit.
|
| Constructor and Description |
|---|
MoneyPerMass(double value,
MoneyPerMassUnit unit)
Construct MoneyPerMass scalar.
|
| Constructor and Description |
|---|
MoneyPerMass(DoubleScalar.Rel<MoneyPerMassUnit> value)
Construct MoneyPerMass scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
MoneyPerMassUnit unit)
Construct a new Dense Immutable Double MoneyPerMass Vector.
|
Dense(double[] values,
MoneyPerMassUnit unit)
Construct a new Dense Immutable Double MoneyPerMass Vector.
|
Dense(List<Double> values,
MoneyPerMassUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
MoneyPerMassUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
MoneyPerMassVector(MoneyPerMassUnit unit) |
MutableMoneyPerMassVector(MoneyPerMassUnit unit) |
Sparse(double[] values,
MoneyPerMassUnit unit)
Construct a new Sparse Immutable Double MoneyPerMass Vector.
|
Sparse(double[] values,
MoneyPerMassUnit unit)
Construct a new Sparse Immutable Double MoneyPerMass Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerMassUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerMass Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerMassUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerMass Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<MoneyPerMassUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<MoneyPerMassUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerMassUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerMass Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerMassUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerMass Vector.
|
| Constructor and Description |
|---|
FloatMoneyPerMass(double value,
MoneyPerMassUnit unit)
Construct FloatMoneyPerMass scalar using a double value.
|
FloatMoneyPerMass(float value,
MoneyPerMassUnit unit)
Construct FloatMoneyPerMass scalar.
|
| Constructor and Description |
|---|
FloatMoneyPerMass(FloatScalar.Rel<MoneyPerMassUnit> value)
Construct FloatMoneyPerMass scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.