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