Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
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.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
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 scaleFactorToReferenceUnit)
Build a user-defined MoneyPerLengthUnit with a conversion factor to another MoneyPerLengthUnit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerLengthMatrix |
MutableMoneyPerLengthMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerLengthMatrix |
MoneyPerLengthMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyPerLength |
MutableMoneyPerLengthMatrix.instantiateScalar(double value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerLength |
MoneyPerLengthMatrix.instantiateScalar(double value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerLengthMatrix |
MutableMoneyPerLengthMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerLengthMatrix |
MoneyPerLengthMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MoneyPerLengthMatrix(double[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthMatrix.
|
MoneyPerLengthMatrix(DoubleMatrixData data,
MoneyPerLengthUnit unit) |
MutableMoneyPerLengthMatrix(double[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthMatrix.
|
MutableMoneyPerLengthMatrix(DoubleMatrixData data,
MoneyPerLengthUnit unit) |
Modifier and Type | Method and Description |
---|---|
MoneyPerLength |
MoneyPerLength.instantiateRel(double value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
MoneyPerLength(double value,
MoneyPerLengthUnit unit)
Construct MoneyPerLength scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerLengthVector |
MutableMoneyPerLengthVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerLengthVector |
MoneyPerLengthVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MoneyPerLength |
MutableMoneyPerLengthVector.instantiateScalar(double value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerLength |
MoneyPerLengthVector.instantiateScalar(double value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerLengthVector |
MutableMoneyPerLengthVector.instantiateType(DoubleVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerLengthVector |
MoneyPerLengthVector.instantiateType(DoubleVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MoneyPerLengthVector(double[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(DoubleVectorData data,
MoneyPerLengthUnit unit) |
MoneyPerLengthVector(List<Double> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(SortedMap<Integer,Double> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerLengthVector(double[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerLengthVector(DoubleVectorData data,
MoneyPerLengthUnit unit) |
MutableMoneyPerLengthVector(List<Double> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerLengthVector(SortedMap<Integer,Double> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerLengthMatrix |
MutableFloatMoneyPerLengthMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerLengthMatrix |
FloatMoneyPerLengthMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyPerLength |
MutableFloatMoneyPerLengthMatrix.instantiateScalar(float value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerLength |
FloatMoneyPerLengthMatrix.instantiateScalar(float value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerLengthMatrix |
MutableFloatMoneyPerLengthMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerLengthMatrix |
FloatMoneyPerLengthMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatMoneyPerLengthMatrix(float[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthMatrix.
|
FloatMoneyPerLengthMatrix(FloatMatrixData data,
MoneyPerLengthUnit unit) |
MutableFloatMoneyPerLengthMatrix(float[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthMatrix.
|
MutableFloatMoneyPerLengthMatrix(FloatMatrixData data,
MoneyPerLengthUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatMoneyPerLength |
FloatMoneyPerLength.instantiateRel(float value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatMoneyPerLength(double value,
MoneyPerLengthUnit unit)
Construct FloatMoneyPerLength scalar using a double value.
|
FloatMoneyPerLength(float value,
MoneyPerLengthUnit unit)
Construct FloatMoneyPerLength scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerLengthVector |
MutableFloatMoneyPerLengthVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerLengthVector |
FloatMoneyPerLengthVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMoneyPerLength |
MutableFloatMoneyPerLengthVector.instantiateScalar(float value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerLength |
FloatMoneyPerLengthVector.instantiateScalar(float value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerLengthVector |
MutableFloatMoneyPerLengthVector.instantiateType(FloatVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerLengthVector |
FloatMoneyPerLengthVector.instantiateType(FloatVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatMoneyPerLengthVector(float[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerLengthVector.
|
FloatMoneyPerLengthVector(FloatVectorData data,
MoneyPerLengthUnit unit) |
FloatMoneyPerLengthVector(List<Float> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerLengthVector.
|
FloatMoneyPerLengthVector(SortedMap<Integer,Float> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerLengthVector.
|
MutableFloatMoneyPerLengthVector(float[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerLengthVector.
|
MutableFloatMoneyPerLengthVector(FloatVectorData data,
MoneyPerLengthUnit unit) |
MutableFloatMoneyPerLengthVector(List<Float> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerLengthVector.
|
MutableFloatMoneyPerLengthVector(SortedMap<Integer,Float> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerLengthVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.