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