| 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 MoneyPerLengthUnit |
MoneyPerLengthUnit.EUR_PER_KILOMETER
Euro per kilometer.
|
static MoneyPerLengthUnit |
MoneyPerLengthUnit.EUR_PER_METER
Euro per meter.
|
static MoneyPerLengthUnit |
MoneyPerLengthUnit.USD_PER_FOOT
US$ per foot.
|
static MoneyPerLengthUnit |
MoneyPerLengthUnit.USD_PER_MILE
US$ per mile.
|
| Modifier and Type | Method and Description |
|---|---|
static MoneyPerLengthUnit |
MoneyPerLengthUnit.getStandardMoneyPerLengthUnit() |
MoneyPerLengthUnit |
MoneyPerLengthUnit.getStandardUnit() |
| Constructor and Description |
|---|
MoneyPerLengthUnit(String name,
String abbreviation,
MoneyPerLengthUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined MoneyPerLengthUnit with a conversion factor to another MoneyPerLengthUnit.
|
| Constructor and Description |
|---|
MoneyPerLength(double value,
MoneyPerLengthUnit unit)
Construct MoneyPerLength scalar.
|
| Constructor and Description |
|---|
MoneyPerLength(DoubleScalar.Rel<MoneyPerLengthUnit> value)
Construct MoneyPerLength scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
MoneyPerLengthUnit unit)
Construct a new Dense Immutable Double MoneyPerLength Vector.
|
Dense(double[] values,
MoneyPerLengthUnit unit)
Construct a new Dense Immutable Double MoneyPerLength Vector.
|
Dense(List<Double> values,
MoneyPerLengthUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
MoneyPerLengthUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
MoneyPerLengthVector(MoneyPerLengthUnit unit) |
MutableMoneyPerLengthVector(MoneyPerLengthUnit unit) |
Sparse(double[] values,
MoneyPerLengthUnit unit)
Construct a new Sparse Immutable Double MoneyPerLength Vector.
|
Sparse(double[] values,
MoneyPerLengthUnit unit)
Construct a new Sparse Immutable Double MoneyPerLength Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerLengthUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerLength Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerLengthUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerLength Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<MoneyPerLengthUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<MoneyPerLengthUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerLengthUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerLength Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerLengthUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerLength Vector.
|
| Constructor and Description |
|---|
FloatMoneyPerLength(double value,
MoneyPerLengthUnit unit)
Construct FloatMoneyPerLength scalar using a double value.
|
FloatMoneyPerLength(float value,
MoneyPerLengthUnit unit)
Construct FloatMoneyPerLength scalar.
|
| Constructor and Description |
|---|
FloatMoneyPerLength(FloatScalar.Rel<MoneyPerLengthUnit> value)
Construct FloatMoneyPerLength scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.