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 FloatEnergy |
MutableFloatEnergyMatrix.instantiateScalar(float value,
EnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatEnergy |
FloatEnergyMatrix.instantiateScalar(float value,
EnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatEnergyMatrix(FloatEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyMatrix.
|
MutableFloatEnergyMatrix(FloatEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyMatrix.
|
Modifier and Type | Field and Description |
---|---|
static FloatEnergy |
FloatEnergy.NaN
constant with value NaN.
|
static FloatEnergy |
FloatEnergy.NEG_MAXVALUE
constant with value -MAX_VALUE.
|
static FloatEnergy |
FloatEnergy.NEGATIVE_INFINITY
constant with value NEGATIVE_INFINITY.
|
static FloatEnergy |
FloatEnergy.POS_MAXVALUE
constant with value MAX_VALUE.
|
static FloatEnergy |
FloatEnergy.POSITIVE_INFINITY
constant with value POSITIVE_INFINITY.
|
static FloatEnergy |
FloatEnergy.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static FloatEnergy |
FloatEnergy.createSI(float value)
Construct FloatEnergy scalar.
|
FloatEnergy |
FloatPower.divideBy(FloatFrequency v)
Calculate the division of FloatPower and FloatFrequency, which results in a FloatEnergy scalar.
|
FloatEnergy |
FloatForce.divideBy(FloatLinearDensity v)
Calculate the division of FloatForce and FloatLinearDensity, which results in a FloatEnergy scalar.
|
FloatEnergy |
FloatEnergy.instantiateRel(float value,
EnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
static FloatEnergy |
FloatEnergy.interpolate(FloatEnergy zero,
FloatEnergy one,
float ratio)
Interpolate between two values.
|
static FloatEnergy |
FloatEnergy.max(FloatEnergy r1,
FloatEnergy r2)
Return the maximum value of two relative scalars.
|
static FloatEnergy |
FloatEnergy.max(FloatEnergy r1,
FloatEnergy r2,
FloatEnergy... rn)
Return the maximum value of more than two relative scalars.
|
static FloatEnergy |
FloatEnergy.min(FloatEnergy r1,
FloatEnergy r2)
Return the minimum value of two relative scalars.
|
static FloatEnergy |
FloatEnergy.min(FloatEnergy r1,
FloatEnergy r2,
FloatEnergy... rn)
Return the minimum value of more than two relative scalars.
|
FloatEnergy |
FloatPower.multiplyBy(FloatDuration v)
Calculate the multiplication of FloatPower and FloatDuration, which results in a FloatEnergy scalar.
|
FloatEnergy |
FloatDimensionless.multiplyBy(FloatEnergy v)
Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.
|
FloatEnergy |
FloatLength.multiplyBy(FloatForce v)
Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.
|
FloatEnergy |
FloatForce.multiplyBy(FloatLength v)
Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.
|
FloatEnergy |
FloatDuration.multiplyBy(FloatPower v)
Calculate the multiplication of FloatDuration and FloatPower, which results in a FloatEnergy scalar.
|
FloatEnergy |
FloatVolume.multiplyBy(FloatPressure v)
Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar.
|
FloatEnergy |
FloatPressure.multiplyBy(FloatVolume v)
Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar.
|
Modifier and Type | Method and Description |
---|---|
FloatFrequency |
FloatPower.divideBy(FloatEnergy v)
Calculate the division of FloatPower and FloatEnergy, which results in a FloatFrequency scalar.
|
FloatMoneyPerEnergy |
FloatMoney.divideBy(FloatEnergy v)
Calculate the division of FloatMoney and FloatEnergy, which results in a FloatMoneyPerEnergy scalar.
|
FloatLinearDensity |
FloatForce.divideBy(FloatEnergy v)
Calculate the division of FloatForce and FloatEnergy, which results in a FloatLinearDensity scalar.
|
FloatDimensionless |
FloatEnergy.divideBy(FloatEnergy v)
Calculate the division of FloatEnergy and FloatEnergy, which results in a FloatDimensionless scalar.
|
static FloatEnergy |
FloatEnergy.interpolate(FloatEnergy zero,
FloatEnergy one,
float ratio)
Interpolate between two values.
|
static FloatEnergy |
FloatEnergy.max(FloatEnergy r1,
FloatEnergy r2)
Return the maximum value of two relative scalars.
|
static FloatEnergy |
FloatEnergy.max(FloatEnergy r1,
FloatEnergy r2,
FloatEnergy... rn)
Return the maximum value of more than two relative scalars.
|
static FloatEnergy |
FloatEnergy.max(FloatEnergy r1,
FloatEnergy r2,
FloatEnergy... rn)
Return the maximum value of more than two relative scalars.
|
static FloatEnergy |
FloatEnergy.min(FloatEnergy r1,
FloatEnergy r2)
Return the minimum value of two relative scalars.
|
static FloatEnergy |
FloatEnergy.min(FloatEnergy r1,
FloatEnergy r2,
FloatEnergy... rn)
Return the minimum value of more than two relative scalars.
|
static FloatEnergy |
FloatEnergy.min(FloatEnergy r1,
FloatEnergy r2,
FloatEnergy... rn)
Return the minimum value of more than two relative scalars.
|
FloatMoney |
FloatMoneyPerEnergy.multiplyBy(FloatEnergy v)
Calculate the multiplication of FloatMoneyPerEnergy and FloatEnergy, which results in a FloatMoney scalar.
|
FloatForce |
FloatLinearDensity.multiplyBy(FloatEnergy v)
Calculate the multiplication of FloatLinearDensity and FloatEnergy, which results in a FloatForce scalar.
|
FloatPower |
FloatFrequency.multiplyBy(FloatEnergy v)
Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.
|
FloatEnergy |
FloatDimensionless.multiplyBy(FloatEnergy v)
Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.
|
Constructor and Description |
---|
FloatEnergy(FloatEnergy value)
Construct FloatEnergy scalar.
|
Modifier and Type | Method and Description |
---|---|
protected FloatEnergy |
MutableFloatEnergyVector.instantiateScalar(float value,
EnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatEnergy |
FloatEnergyVector.instantiateScalar(float value,
EnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
FloatEnergy[] |
MutableFloatEnergyVector.toArray()
Return an array of FloatEnergy Scalars from this vector.
|
FloatEnergy[] |
FloatEnergyVector.toArray()
Return an array of FloatEnergy Scalars from this vector.
|
Constructor and Description |
---|
FloatEnergyVector(FloatEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable Float FloatEnergyVector.
|
MutableFloatEnergyVector(FloatEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable Float EnergyVector.
|
Constructor and Description |
---|
FloatEnergyVector(List<FloatEnergy> values,
StorageType storageType)
Construct a new Relative Immutable Float FloatEnergyVector.
|
FloatEnergyVector(SortedMap<Integer,FloatEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatEnergyVector.
|
MutableFloatEnergyVector(List<FloatEnergy> values,
StorageType storageType)
Construct a new Relative Immutable Float EnergyVector.
|
MutableFloatEnergyVector(SortedMap<Integer,FloatEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float EnergyVector.
|
Copyright © 2015–2018 Delft University of Technology. All rights reserved.