| 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 |
|---|---|
FloatMoneyPerTime |
MutableFloatMoneyPerTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerTime |
FloatMoneyPerTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
| Constructor and Description |
|---|
FloatMoneyPerTimeMatrix(FloatMoneyPerTime[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeMatrix.
|
MutableFloatMoneyPerTimeMatrix(FloatMoneyPerTime[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
FloatMoneyPerTime |
FloatMoney.divideBy(FloatDuration v)
Calculate the division of FloatMoney and FloatDuration, which results in a FloatMoneyPerTime scalar.
|
protected FloatMoneyPerTime |
FloatMoneyPerTime.instantiateTypeRel(float value,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.interpolate(FloatMoneyPerTime zero,
FloatMoneyPerTime one,
float ratio)
Interpolate between two values.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.max(FloatMoneyPerTime r1,
FloatMoneyPerTime r2)
Return the maximum value of two monetary scalars.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.max(FloatMoneyPerTime r1,
FloatMoneyPerTime r2,
FloatMoneyPerTime... rn)
Return the maximum value of more than two monetary scalars.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.min(FloatMoneyPerTime r1,
FloatMoneyPerTime r2)
Return the minimum value of two monetary scalars.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.min(FloatMoneyPerTime r1,
FloatMoneyPerTime r2,
FloatMoneyPerTime... rn)
Return the minimum value of more than two monetary scalars.
|
FloatMoneyPerTime |
FloatMoney.multiplyBy(FloatFrequency v)
Calculate the multiplication of FloatMoney and FloatFrequency, which results in a FloatMoneyPerTime scalar.
|
FloatMoneyPerTime |
FloatFrequency.multiplyBy(FloatMoney v)
Calculate the multiplication of FloatFrequency and FloatMoney, which results in a FloatMoneyPerTime scalar.
|
FloatMoneyPerTime |
FloatDimensionless.multiplyBy(FloatMoneyPerTime v)
Calculate the multiplication of FloatDimensionless and FloatMoneyPerTime, which results in a FloatMoneyPerTime scalar.
|
| Modifier and Type | Method and Description |
|---|---|
FloatDimensionless |
FloatMoneyPerTime.divideBy(FloatMoneyPerTime v)
Calculate the division of FloatMoneyPerTime and FloatMoneyPerTime, which results in a FloatDimensionless scalar.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.interpolate(FloatMoneyPerTime zero,
FloatMoneyPerTime one,
float ratio)
Interpolate between two values.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.max(FloatMoneyPerTime r1,
FloatMoneyPerTime r2)
Return the maximum value of two monetary scalars.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.max(FloatMoneyPerTime r1,
FloatMoneyPerTime r2,
FloatMoneyPerTime... rn)
Return the maximum value of more than two monetary scalars.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.max(FloatMoneyPerTime r1,
FloatMoneyPerTime r2,
FloatMoneyPerTime... rn)
Return the maximum value of more than two monetary scalars.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.min(FloatMoneyPerTime r1,
FloatMoneyPerTime r2)
Return the minimum value of two monetary scalars.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.min(FloatMoneyPerTime r1,
FloatMoneyPerTime r2,
FloatMoneyPerTime... rn)
Return the minimum value of more than two monetary scalars.
|
static FloatMoneyPerTime |
FloatMoneyPerTime.min(FloatMoneyPerTime r1,
FloatMoneyPerTime r2,
FloatMoneyPerTime... rn)
Return the minimum value of more than two monetary scalars.
|
FloatMoney |
FloatDuration.multiplyBy(FloatMoneyPerTime v)
Calculate the multiplication of FloatDuration and FloatMoneyPerTime, which results in a FloatMoney scalar.
|
FloatMoneyPerTime |
FloatDimensionless.multiplyBy(FloatMoneyPerTime v)
Calculate the multiplication of FloatDimensionless and FloatMoneyPerTime, which results in a FloatMoneyPerTime scalar.
|
| Constructor and Description |
|---|
FloatMoneyPerTime(FloatMoneyPerTime value)
Construct FloatMoneyPerTime scalar.
|
| Modifier and Type | Method and Description |
|---|---|
FloatMoneyPerTime |
MutableFloatMoneyPerTimeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerTime |
FloatMoneyPerTimeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
| Constructor and Description |
|---|
FloatMoneyPerTimeVector(FloatMoneyPerTime[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(FloatMoneyPerTime[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
| Constructor and Description |
|---|
FloatMoneyPerTimeVector(List<FloatMoneyPerTime> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerTimeVector(SortedMap<Integer,FloatMoneyPerTime> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(List<FloatMoneyPerTime> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(SortedMap<Integer,FloatMoneyPerTime> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.