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