Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected MoneyPerArea |
MutableMoneyPerAreaMatrix.instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerArea |
MoneyPerAreaMatrix.instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
MoneyPerAreaMatrix(MoneyPerArea[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
MutableMoneyPerAreaMatrix(MoneyPerArea[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
Modifier and Type | Method and Description |
---|---|
MoneyPerArea |
Money.divideBy(Area v)
Calculate the division of Money and Area, which results in a MoneyPerArea scalar.
|
MoneyPerArea |
MoneyPerArea.instantiateRel(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
static MoneyPerArea |
MoneyPerArea.interpolate(MoneyPerArea zero,
MoneyPerArea one,
double ratio)
Interpolate between two values.
|
static MoneyPerArea |
MoneyPerArea.max(MoneyPerArea r1,
MoneyPerArea r2)
Return the maximum value of two monetary scalars.
|
static MoneyPerArea |
MoneyPerArea.max(MoneyPerArea r1,
MoneyPerArea r2,
MoneyPerArea... rn)
Return the maximum value of more than two monetary scalars.
|
static MoneyPerArea |
MoneyPerArea.min(MoneyPerArea r1,
MoneyPerArea r2)
Return the minimum value of two monetary scalars.
|
static MoneyPerArea |
MoneyPerArea.min(MoneyPerArea r1,
MoneyPerArea r2,
MoneyPerArea... rn)
Return the minimum value of more than two monetary scalars.
|
MoneyPerArea |
Dimensionless.multiplyBy(MoneyPerArea v)
Calculate the multiplication of Dimensionless and MoneyPerArea, which results in a MoneyPerArea scalar.
|
Modifier and Type | Method and Description |
---|---|
Dimensionless |
MoneyPerArea.divideBy(MoneyPerArea v)
Calculate the division of MoneyPerArea and MoneyPerArea, which results in a Dimensionless scalar.
|
static MoneyPerArea |
MoneyPerArea.interpolate(MoneyPerArea zero,
MoneyPerArea one,
double ratio)
Interpolate between two values.
|
static MoneyPerArea |
MoneyPerArea.max(MoneyPerArea r1,
MoneyPerArea r2)
Return the maximum value of two monetary scalars.
|
static MoneyPerArea |
MoneyPerArea.max(MoneyPerArea r1,
MoneyPerArea r2,
MoneyPerArea... rn)
Return the maximum value of more than two monetary scalars.
|
static MoneyPerArea |
MoneyPerArea.max(MoneyPerArea r1,
MoneyPerArea r2,
MoneyPerArea... rn)
Return the maximum value of more than two monetary scalars.
|
static MoneyPerArea |
MoneyPerArea.min(MoneyPerArea r1,
MoneyPerArea r2)
Return the minimum value of two monetary scalars.
|
static MoneyPerArea |
MoneyPerArea.min(MoneyPerArea r1,
MoneyPerArea r2,
MoneyPerArea... rn)
Return the minimum value of more than two monetary scalars.
|
static MoneyPerArea |
MoneyPerArea.min(MoneyPerArea r1,
MoneyPerArea r2,
MoneyPerArea... rn)
Return the minimum value of more than two monetary scalars.
|
MoneyPerArea |
Dimensionless.multiplyBy(MoneyPerArea v)
Calculate the multiplication of Dimensionless and MoneyPerArea, which results in a MoneyPerArea scalar.
|
Money |
Area.multiplyBy(MoneyPerArea v)
Calculate the multiplication of Area and MoneyPerArea, which results in a Money scalar.
|
Constructor and Description |
---|
MoneyPerArea(MoneyPerArea value)
Construct MoneyPerArea scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MoneyPerArea |
MutableMoneyPerAreaVector.instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerArea |
MoneyPerAreaVector.instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
MoneyPerArea[] |
MutableMoneyPerAreaVector.toArray()
Return an array of MoneyPerArea Scalars from this vector.
|
MoneyPerArea[] |
MoneyPerAreaVector.toArray()
Return an array of MoneyPerArea Scalars from this vector.
|
Constructor and Description |
---|
MoneyPerAreaVector(MoneyPerArea[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(MoneyPerArea[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
Constructor and Description |
---|
MoneyPerAreaVector(List<MoneyPerArea> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerAreaVector(SortedMap<Integer,MoneyPerArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(List<MoneyPerArea> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(SortedMap<Integer,MoneyPerArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.