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 FloatVolume |
MutableFloatVolumeMatrix.instantiateScalar(float value,
VolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatVolume |
FloatVolumeMatrix.instantiateScalar(float value,
VolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatVolumeMatrix(FloatVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeMatrix.
|
MutableFloatVolumeMatrix(FloatVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeMatrix.
|
Modifier and Type | Field and Description |
---|---|
static FloatVolume |
FloatVolume.NaN
constant with value NaN.
|
static FloatVolume |
FloatVolume.NEG_MAXVALUE
constant with value -MAX_VALUE.
|
static FloatVolume |
FloatVolume.NEGATIVE_INFINITY
constant with value NEGATIVE_INFINITY.
|
static FloatVolume |
FloatVolume.POS_MAXVALUE
constant with value MAX_VALUE.
|
static FloatVolume |
FloatVolume.POSITIVE_INFINITY
constant with value POSITIVE_INFINITY.
|
static FloatVolume |
FloatVolume.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static FloatVolume |
FloatVolume.createSI(float value)
Construct FloatVolume scalar.
|
FloatVolume |
FloatMass.divideBy(FloatDensity v)
Calculate the division of FloatMass and FloatDensity, which results in a FloatVolume scalar.
|
FloatVolume |
FloatFlowVolume.divideBy(FloatFrequency v)
Calculate the division of FloatFlowVolume and FloatFrequency, which results in a FloatVolume scalar.
|
FloatVolume |
FloatArea.divideBy(FloatLinearDensity v)
Calculate the division of FloatArea and FloatLinearDensity, which results in a FloatVolume scalar.
|
FloatVolume |
FloatTorque.divideBy(FloatPressure v)
Calculate the division of FloatTorque and FloatPressure, which results in a FloatVolume scalar.
|
FloatVolume |
FloatVolume.instantiateRel(float value,
VolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
static FloatVolume |
FloatVolume.interpolate(FloatVolume zero,
FloatVolume one,
float ratio)
Interpolate between two values.
|
static FloatVolume |
FloatVolume.max(FloatVolume r1,
FloatVolume r2)
Return the maximum value of two relative scalars.
|
static FloatVolume |
FloatVolume.max(FloatVolume r1,
FloatVolume r2,
FloatVolume... rn)
Return the maximum value of more than two relative scalars.
|
static FloatVolume |
FloatVolume.min(FloatVolume r1,
FloatVolume r2)
Return the minimum value of two relative scalars.
|
static FloatVolume |
FloatVolume.min(FloatVolume r1,
FloatVolume r2,
FloatVolume... rn)
Return the minimum value of more than two relative scalars.
|
FloatVolume |
FloatLength.multiplyBy(FloatArea v)
Calculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.
|
FloatVolume |
FloatFlowVolume.multiplyBy(FloatDuration v)
Calculate the multiplication of FloatFlowVolume and FloatDuration, which results in a FloatVolume scalar.
|
FloatVolume |
FloatDuration.multiplyBy(FloatFlowVolume v)
Calculate the multiplication of FloatDuration and FloatFlowVolume, which results in a FloatVolume scalar.
|
FloatVolume |
FloatArea.multiplyBy(FloatLength v)
Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.
|
FloatVolume |
FloatDimensionless.multiplyBy(FloatVolume v)
Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.
|
static FloatVolume |
FloatVolume.valueOf(String text)
Returns a FloatVolume representation of a textual representation of a value with a unit.
|
Modifier and Type | Method and Description |
---|---|
FloatDimensionless |
FloatVolume.divideBy(FloatVolume v)
Calculate the division of FloatVolume and FloatVolume, which results in a FloatDimensionless scalar.
|
FloatPressure |
FloatTorque.divideBy(FloatVolume v)
Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.
|
FloatMoneyPerVolume |
FloatMoney.divideBy(FloatVolume v)
Calculate the division of FloatMoney and FloatVolume, which results in a FloatMoneyPerVolume scalar.
|
FloatDensity |
FloatMass.divideBy(FloatVolume v)
Calculate the division of FloatMass and FloatVolume, which results in a FloatDensity scalar.
|
FloatFrequency |
FloatFlowVolume.divideBy(FloatVolume v)
Calculate the division of FloatFlowVolume and FloatVolume, which results in a FloatFrequency scalar.
|
FloatPressure |
FloatEnergy.divideBy(FloatVolume v)
Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.
|
FloatLinearDensity |
FloatArea.divideBy(FloatVolume v)
Calculate the division of FloatArea and FloatVolume, which results in a FloatLinearDensity scalar.
|
static FloatVolume |
FloatVolume.interpolate(FloatVolume zero,
FloatVolume one,
float ratio)
Interpolate between two values.
|
static FloatVolume |
FloatVolume.max(FloatVolume r1,
FloatVolume r2)
Return the maximum value of two relative scalars.
|
static FloatVolume |
FloatVolume.max(FloatVolume r1,
FloatVolume r2,
FloatVolume... rn)
Return the maximum value of more than two relative scalars.
|
static FloatVolume |
FloatVolume.max(FloatVolume r1,
FloatVolume r2,
FloatVolume... rn)
Return the maximum value of more than two relative scalars.
|
static FloatVolume |
FloatVolume.min(FloatVolume r1,
FloatVolume r2)
Return the minimum value of two relative scalars.
|
static FloatVolume |
FloatVolume.min(FloatVolume r1,
FloatVolume r2,
FloatVolume... rn)
Return the minimum value of more than two relative scalars.
|
static FloatVolume |
FloatVolume.min(FloatVolume r1,
FloatVolume r2,
FloatVolume... rn)
Return the minimum value of more than two relative scalars.
|
FloatEnergy |
FloatPressure.multiplyBy(FloatVolume v)
Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar.
|
FloatMoney |
FloatMoneyPerVolume.multiplyBy(FloatVolume v)
Calculate the multiplication of FloatMoneyPerVolume and FloatVolume, which results in a FloatMoney scalar.
|
FloatVolume |
FloatDimensionless.multiplyBy(FloatVolume v)
Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.
|
FloatMass |
FloatDensity.multiplyBy(FloatVolume v)
Calculate the multiplication of FloatDensity and FloatVolume, which results in a FloatMass scalar.
|
Constructor and Description |
---|
FloatVolume(FloatVolume value)
Construct FloatVolume scalar.
|
Modifier and Type | Method and Description |
---|---|
protected FloatVolume |
MutableFloatVolumeVector.instantiateScalar(float value,
VolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatVolume |
FloatVolumeVector.instantiateScalar(float value,
VolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
FloatVolume[] |
MutableFloatVolumeVector.toArray()
Return an array of FloatVolume Scalars from this vector.
|
FloatVolume[] |
FloatVolumeVector.toArray()
Return an array of FloatVolume Scalars from this vector.
|
Constructor and Description |
---|
FloatVolumeVector(FloatVolume[] values,
StorageType storageType)
Construct a new Relative Immutable Float FloatVolumeVector.
|
MutableFloatVolumeVector(FloatVolume[] values,
StorageType storageType)
Construct a new Relative Immutable Float VolumeVector.
|
Constructor and Description |
---|
FloatVolumeVector(List<FloatVolume> values,
StorageType storageType)
Construct a new Relative Immutable Float FloatVolumeVector.
|
FloatVolumeVector(SortedMap<Integer,FloatVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatVolumeVector.
|
MutableFloatVolumeVector(List<FloatVolume> values,
StorageType storageType)
Construct a new Relative Immutable Float VolumeVector.
|
MutableFloatVolumeVector(SortedMap<Integer,FloatVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float VolumeVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.