| 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 |
|---|---|
FloatMoneyPerEnergy |
MutableFloatMoneyPerEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerEnergy |
FloatMoneyPerEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
| 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.
|
protected FloatMoneyPerEnergy |
FloatMoneyPerEnergy.instantiateTypeRel(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 |
|---|---|
FloatMoneyPerEnergy |
MutableFloatMoneyPerEnergyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerEnergy |
FloatMoneyPerEnergyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
| Constructor and Description |
|---|
FloatMoneyPerEnergyVector(FloatMoneyPerEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(FloatMoneyPerEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
| Constructor and Description |
|---|
FloatMoneyPerEnergyVector(List<FloatMoneyPerEnergy> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(SortedMap<Integer,FloatMoneyPerEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(List<FloatMoneyPerEnergy> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(SortedMap<Integer,FloatMoneyPerEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.