Uses of Class
org.djunits.value.vfloat.scalar.FloatEnergy
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.
|
-
Uses of FloatEnergy in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatEnergy Modifier and Type Method Description FloatEnergy
FloatEnergyMatrix. instantiateScalarSI(float valueSI, EnergyUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatEnergy Modifier and Type Method Description Class<FloatEnergy>
FloatEnergyMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of FloatEnergy in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatEnergy Modifier and Type Field 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. ONE
Constant with value one.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.Methods in org.djunits.value.vfloat.scalar that return FloatEnergy Modifier and Type Method Description FloatEnergy
FloatSIScalar. asEnergy()
Return the current scalar as a energy.FloatEnergy
FloatSIScalar. asEnergy(EnergyUnit displayUnit)
Return the current scalar as a energy, and provide a display unit.FloatEnergy
FloatForce. divide(FloatLinearDensity v)
Calculate the division of FloatForce and FloatLinearDensity, which results in a FloatEnergy scalar.FloatEnergy
FloatPower. divide(FloatFrequency v)
Calculate the division of FloatPower and FloatFrequency, 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. instantiateSI(float value)
Construct FloatEnergy 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. 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. of(float value, String unitString)
Returns a FloatEnergy based on a value and the textual representation of the unit.FloatEnergy
FloatDimensionless. times(FloatEnergy v)
Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.FloatEnergy
FloatDuration. times(FloatPower v)
Calculate the multiplication of FloatDuration and FloatPower, which results in a FloatEnergy scalar.FloatEnergy
FloatForce. times(FloatLength v)
Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.FloatEnergy
FloatLength. times(FloatForce v)
Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.FloatEnergy
FloatMomentum. times(FloatSpeed v)
Calculate the multiplication of FloatMomentum and FloatSpeed, which results in a FloatEnergy scalar.FloatEnergy
FloatPower. times(FloatDuration v)
Calculate the multiplication of FloatPower and FloatDuration, which results in a FloatEnergy scalar.FloatEnergy
FloatPressure. times(FloatVolume v)
Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar.FloatEnergy
FloatSpeed. times(FloatMomentum v)
Calculate the multiplication of FloatSpeed and FloatMomentum, which results in a FloatEnergy scalar.FloatEnergy
FloatVolume. times(FloatPressure v)
Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar.static FloatEnergy
FloatEnergy. valueOf(String text)
Returns a FloatEnergy representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatEnergy Modifier and Type Method Description FloatDimensionless
FloatEnergy. divide(FloatEnergy v)
Calculate the division of FloatEnergy and FloatEnergy, which results in a FloatDimensionless scalar.FloatLinearDensity
FloatForce. divide(FloatEnergy v)
Calculate the division of FloatForce and FloatEnergy, which results in a FloatLinearDensity scalar.FloatFrequency
FloatPower. divide(FloatEnergy v)
Calculate the division of FloatPower and FloatEnergy, which results in a FloatFrequency 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. 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
FloatDimensionless. times(FloatEnergy v)
Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.FloatPower
FloatFrequency. times(FloatEnergy v)
Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.FloatForce
FloatLinearDensity. times(FloatEnergy v)
Calculate the multiplication of FloatLinearDensity and FloatEnergy, which results in a FloatForce scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatEnergy Constructor Description FloatEnergy(FloatEnergy value)
Construct FloatEnergy scalar. -
Uses of FloatEnergy in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatEnergy Modifier and Type Method Description FloatEnergy
FloatEnergyVector. instantiateScalarSI(float valueSI, EnergyUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatEnergy Modifier and Type Method Description Class<FloatEnergy>
FloatEnergyVector. getScalarClass()
Return the class of the corresponding scalar.