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 MoneyPerVolumeUnit |
MoneyPerVolumeUnit.EUR_PER_CUBIC_METER
Euro per cubic meter.
|
static MoneyPerVolumeUnit |
MoneyPerVolumeUnit.EUR_PER_LITER
Euro per liter.
|
static MoneyPerVolumeUnit |
MoneyPerVolumeUnit.USD_PER_GALLON_US_FLUID
US$ per gallon (US).
|
static MoneyPerVolumeUnit |
MoneyPerVolumeUnit.USD_PER_OUNCE_US_FLUID
US$ per ounce (US).
|
Modifier and Type | Method and Description |
---|---|
static MoneyPerVolumeUnit |
MoneyPerVolumeUnit.getStandardMoneyPerVolumeUnit() |
MoneyPerVolumeUnit |
MoneyPerVolumeUnit.getStandardUnit() |
Constructor and Description |
---|
MoneyPerVolumeUnit(String name,
String abbreviation,
MoneyPerVolumeUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined MoneyPerVolumeUnit with a conversion factor to another MoneyPerVolumeUnit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerVolumeMatrix |
MutableMoneyPerVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerVolumeMatrix |
MoneyPerVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyPerVolume |
MutableMoneyPerVolumeMatrix.instantiateScalar(double value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerVolume |
MoneyPerVolumeMatrix.instantiateScalar(double value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerVolumeMatrix |
MutableMoneyPerVolumeMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerVolumeMatrix |
MoneyPerVolumeMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MoneyPerVolumeMatrix(double[][] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeMatrix.
|
MoneyPerVolumeMatrix(DoubleMatrixData data,
MoneyPerVolumeUnit unit) |
MutableMoneyPerVolumeMatrix(double[][] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeMatrix.
|
MutableMoneyPerVolumeMatrix(DoubleMatrixData data,
MoneyPerVolumeUnit unit) |
Modifier and Type | Method and Description |
---|---|
MoneyPerVolume |
MoneyPerVolume.instantiateRel(double value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
MoneyPerVolume(double value,
MoneyPerVolumeUnit unit)
Construct MoneyPerVolume scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerVolumeVector |
MutableMoneyPerVolumeVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerVolumeVector |
MoneyPerVolumeVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MoneyPerVolume |
MutableMoneyPerVolumeVector.instantiateScalar(double value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerVolume |
MoneyPerVolumeVector.instantiateScalar(double value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerVolumeVector |
MutableMoneyPerVolumeVector.instantiateType(DoubleVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerVolumeVector |
MoneyPerVolumeVector.instantiateType(DoubleVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MoneyPerVolumeVector(double[] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MoneyPerVolumeVector(DoubleVectorData data,
MoneyPerVolumeUnit unit) |
MoneyPerVolumeVector(List<Double> values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MoneyPerVolumeVector(SortedMap<Integer,Double> values,
MoneyPerVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyPerVolumeVector(double[] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyPerVolumeVector(DoubleVectorData data,
MoneyPerVolumeUnit unit) |
MutableMoneyPerVolumeVector(List<Double> values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyPerVolumeVector(SortedMap<Integer,Double> values,
MoneyPerVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerVolumeMatrix |
MutableFloatMoneyPerVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerVolumeMatrix |
FloatMoneyPerVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyPerVolume |
MutableFloatMoneyPerVolumeMatrix.instantiateScalar(float value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerVolume |
FloatMoneyPerVolumeMatrix.instantiateScalar(float value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerVolumeMatrix |
MutableFloatMoneyPerVolumeMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerVolumeMatrix |
FloatMoneyPerVolumeMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatMoneyPerVolumeMatrix(float[][] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeMatrix.
|
FloatMoneyPerVolumeMatrix(FloatMatrixData data,
MoneyPerVolumeUnit unit) |
MutableFloatMoneyPerVolumeMatrix(float[][] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeMatrix.
|
MutableFloatMoneyPerVolumeMatrix(FloatMatrixData data,
MoneyPerVolumeUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatMoneyPerVolume |
FloatMoneyPerVolume.instantiateRel(float value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatMoneyPerVolume(double value,
MoneyPerVolumeUnit unit)
Construct FloatMoneyPerVolume scalar using a double value.
|
FloatMoneyPerVolume(float value,
MoneyPerVolumeUnit unit)
Construct FloatMoneyPerVolume scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerVolumeVector |
MutableFloatMoneyPerVolumeVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerVolumeVector |
FloatMoneyPerVolumeVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMoneyPerVolume |
MutableFloatMoneyPerVolumeVector.instantiateScalar(float value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerVolume |
FloatMoneyPerVolumeVector.instantiateScalar(float value,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerVolumeVector |
MutableFloatMoneyPerVolumeVector.instantiateType(FloatVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerVolumeVector |
FloatMoneyPerVolumeVector.instantiateType(FloatVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatMoneyPerVolumeVector(float[] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerVolumeVector.
|
FloatMoneyPerVolumeVector(FloatVectorData data,
MoneyPerVolumeUnit unit) |
FloatMoneyPerVolumeVector(List<Float> values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerVolumeVector.
|
FloatMoneyPerVolumeVector(SortedMap<Integer,Float> values,
MoneyPerVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerVolumeVector.
|
MutableFloatMoneyPerVolumeVector(float[] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerVolumeVector.
|
MutableFloatMoneyPerVolumeVector(FloatVectorData data,
MoneyPerVolumeUnit unit) |
MutableFloatMoneyPerVolumeVector(List<Float> values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerVolumeVector.
|
MutableFloatMoneyPerVolumeVector(SortedMap<Integer,Float> values,
MoneyPerVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerVolumeVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.