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