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