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 FloatEnergyFloatEnergyMatrix. 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 FloatEnergyFloatEnergy. NaNConstant with value NaN.static FloatEnergyFloatEnergy. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatEnergyFloatEnergy. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatEnergyFloatEnergy. ONEConstant with value one.static FloatEnergyFloatEnergy. POS_MAXVALUEConstant with value MAX_VALUE.static FloatEnergyFloatEnergy. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatEnergyFloatEnergy. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatEnergy Modifier and Type Method Description FloatEnergyFloatSIScalar. asEnergy()Return the current scalar as a energy.FloatEnergyFloatSIScalar. asEnergy(EnergyUnit displayUnit)Return the current scalar as a energy, and provide a display unit.FloatEnergyFloatForce. divide(FloatLinearDensity v)Calculate the division of FloatForce and FloatLinearDensity, which results in a FloatEnergy scalar.FloatEnergyFloatPower. divide(FloatFrequency v)Calculate the division of FloatPower and FloatFrequency, which results in a FloatEnergy scalar.FloatEnergyFloatEnergy. instantiateRel(float value, EnergyUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatEnergyFloatEnergy. instantiateSI(float value)Construct FloatEnergy scalar.static FloatEnergyFloatEnergy. interpolate(FloatEnergy zero, FloatEnergy one, float ratio)Interpolate between two values.static FloatEnergyFloatEnergy. max(FloatEnergy r1, FloatEnergy r2)Return the maximum value of two relative scalars.static FloatEnergyFloatEnergy. max(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn)Return the maximum value of more than two relative scalars.static FloatEnergyFloatEnergy. min(FloatEnergy r1, FloatEnergy r2)Return the minimum value of two relative scalars.static FloatEnergyFloatEnergy. min(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn)Return the minimum value of more than two relative scalars.static FloatEnergyFloatEnergy. of(float value, String unitString)Returns a FloatEnergy based on a value and the textual representation of the unit.FloatEnergyFloatDimensionless. times(FloatEnergy v)Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.FloatEnergyFloatDuration. times(FloatPower v)Calculate the multiplication of FloatDuration and FloatPower, which results in a FloatEnergy scalar.FloatEnergyFloatForce. times(FloatLength v)Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.FloatEnergyFloatLength. times(FloatForce v)Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.FloatEnergyFloatPower. times(FloatDuration v)Calculate the multiplication of FloatPower and FloatDuration, which results in a FloatEnergy scalar.FloatEnergyFloatPressure. times(FloatVolume v)Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar.FloatEnergyFloatVolume. times(FloatPressure v)Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar.static FloatEnergyFloatEnergy. 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 FloatDimensionlessFloatEnergy. divide(FloatEnergy v)Calculate the division of FloatEnergy and FloatEnergy, which results in a FloatDimensionless scalar.FloatLinearDensityFloatForce. divide(FloatEnergy v)Calculate the division of FloatForce and FloatEnergy, which results in a FloatLinearDensity scalar.FloatFrequencyFloatPower. divide(FloatEnergy v)Calculate the division of FloatPower and FloatEnergy, which results in a FloatFrequency scalar.static FloatEnergyFloatEnergy. interpolate(FloatEnergy zero, FloatEnergy one, float ratio)Interpolate between two values.static FloatEnergyFloatEnergy. max(FloatEnergy r1, FloatEnergy r2)Return the maximum value of two relative scalars.static FloatEnergyFloatEnergy. max(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn)Return the maximum value of more than two relative scalars.static FloatEnergyFloatEnergy. min(FloatEnergy r1, FloatEnergy r2)Return the minimum value of two relative scalars.static FloatEnergyFloatEnergy. min(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn)Return the minimum value of more than two relative scalars.FloatEnergyFloatDimensionless. times(FloatEnergy v)Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.FloatPowerFloatFrequency. times(FloatEnergy v)Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.FloatForceFloatLinearDensity. 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 FloatEnergyFloatEnergyVector. 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.