| 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 MoneyPerTimeUnit |
MoneyPerTimeUnit.EUR_PER_DAY
Euro per day.
|
static MoneyPerTimeUnit |
MoneyPerTimeUnit.EUR_PER_HOUR
Euro per hour.
|
static MoneyPerTimeUnit |
MoneyPerTimeUnit.USD_PER_DAY
US$ per day.
|
static MoneyPerTimeUnit |
MoneyPerTimeUnit.USD_PER_HOUR
US$ per hour.
|
| Modifier and Type | Method and Description |
|---|---|
static MoneyPerTimeUnit |
MoneyPerTimeUnit.getStandardMoneyPerTimeUnit() |
MoneyPerTimeUnit |
MoneyPerTimeUnit.getStandardUnit() |
| Constructor and Description |
|---|
MoneyPerTimeUnit(String name,
String abbreviation,
MoneyPerTimeUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined MoneyPerTimeUnit with a conversion factor to another MoneyPerTimeUnit.
|
| Constructor and Description |
|---|
MoneyPerTime(double value,
MoneyPerTimeUnit unit)
Construct MoneyPerTime scalar.
|
| Constructor and Description |
|---|
MoneyPerTime(DoubleScalar.Rel<MoneyPerTimeUnit> value)
Construct MoneyPerTime scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
MoneyPerTimeUnit unit)
Construct a new Dense Immutable Double MoneyPerTime Vector.
|
Dense(double[] values,
MoneyPerTimeUnit unit)
Construct a new Dense Immutable Double MoneyPerTime Vector.
|
Dense(List<Double> values,
MoneyPerTimeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
MoneyPerTimeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
MoneyPerTimeVector(MoneyPerTimeUnit unit) |
MutableMoneyPerTimeVector(MoneyPerTimeUnit unit) |
Sparse(double[] values,
MoneyPerTimeUnit unit)
Construct a new Sparse Immutable Double MoneyPerTime Vector.
|
Sparse(double[] values,
MoneyPerTimeUnit unit)
Construct a new Sparse Immutable Double MoneyPerTime Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerTimeUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerTime Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerTimeUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerTime Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<MoneyPerTimeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<MoneyPerTimeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerTimeUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerTime Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerTimeUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerTime Vector.
|
| Constructor and Description |
|---|
FloatMoneyPerTime(double value,
MoneyPerTimeUnit unit)
Construct FloatMoneyPerTime scalar using a double value.
|
FloatMoneyPerTime(float value,
MoneyPerTimeUnit unit)
Construct FloatMoneyPerTime scalar.
|
| Constructor and Description |
|---|
FloatMoneyPerTime(FloatScalar.Rel<MoneyPerTimeUnit> value)
Construct FloatMoneyPerTime scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.