Uses of Class
org.djunits.value.vdouble.scalar.Energy
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of Energy in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Energy Modifier and Type Method Description Energy
EnergyMatrix. instantiateScalarSI(double valueSI, EnergyUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Energy Modifier and Type Method Description Class<Energy>
EnergyMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Energy in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Energy Modifier and Type Field Description static Energy
Energy. NaN
Constant with value NaN.static Energy
Energy. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Energy
Energy. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Energy
Energy. ONE
Constant with value one.static Energy
Energy. POS_MAXVALUE
Constant with value MAX_VALUE.static Energy
Energy. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Energy
Energy. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Energy Modifier and Type Method Description Energy
SIScalar. asEnergy()
Return the current scalar as a energy.Energy
SIScalar. asEnergy(EnergyUnit displayUnit)
Return the current scalar as a energy, and provide a display unit.Energy
Force. divide(LinearDensity v)
Calculate the division of Force and LinearDensity, which results in a Energy scalar.Energy
Power. divide(Frequency v)
Calculate the division of Power and Frequency, which results in a Energy scalar.Energy
Energy. instantiateRel(double value, EnergyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Energy
Energy. instantiateSI(double value)
Construct Energy scalar.static Energy
Energy. interpolate(Energy zero, Energy one, double ratio)
Interpolate between two values.static Energy
Energy. max(Energy r1, Energy r2)
Return the maximum value of two relative scalars.static Energy
Energy. max(Energy r1, Energy r2, Energy... rn)
Return the maximum value of more than two relative scalars.static Energy
Energy. min(Energy r1, Energy r2)
Return the minimum value of two relative scalars.static Energy
Energy. min(Energy r1, Energy r2, Energy... rn)
Return the minimum value of more than two relative scalars.static Energy
Energy. of(double value, String unitString)
Returns a Energy based on a value and the textual representation of the unit.Energy
Dimensionless. times(Energy v)
Calculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.Energy
Duration. times(Power v)
Calculate the multiplication of Duration and Power, which results in a Energy scalar.Energy
Force. times(Length v)
Calculate the multiplication of Force and Length, which results in a Energy scalar.Energy
Length. times(Force v)
Calculate the multiplication of Length and Force, which results in a Energy scalar.Energy
Momentum. times(Speed v)
Calculate the multiplication of Momentum and Speed, which results in a Energy scalar.Energy
Power. times(Duration v)
Calculate the multiplication of Power and Duration, which results in a Energy scalar.Energy
Pressure. times(Volume v)
Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.Energy
Speed. times(Momentum v)
Calculate the multiplication of Speed and Momentum, which results in a Energy scalar.Energy
Volume. times(Pressure v)
Calculate the multiplication of Volume and Pressure, which results in a Energy scalar.static Energy
Energy. valueOf(String text)
Returns a Energy representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Energy Modifier and Type Method Description Dimensionless
Energy. divide(Energy v)
Calculate the division of Energy and Energy, which results in a Dimensionless scalar.LinearDensity
Force. divide(Energy v)
Calculate the division of Force and Energy, which results in a LinearDensity scalar.Frequency
Power. divide(Energy v)
Calculate the division of Power and Energy, which results in a Frequency scalar.static Energy
Energy. interpolate(Energy zero, Energy one, double ratio)
Interpolate between two values.static Energy
Energy. max(Energy r1, Energy r2)
Return the maximum value of two relative scalars.static Energy
Energy. max(Energy r1, Energy r2, Energy... rn)
Return the maximum value of more than two relative scalars.static Energy
Energy. min(Energy r1, Energy r2)
Return the minimum value of two relative scalars.static Energy
Energy. min(Energy r1, Energy r2, Energy... rn)
Return the minimum value of more than two relative scalars.Energy
Dimensionless. times(Energy v)
Calculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.Power
Frequency. times(Energy v)
Calculate the multiplication of Frequency and Energy, which results in a Power scalar.Force
LinearDensity. times(Energy v)
Calculate the multiplication of LinearDensity and Energy, which results in a Force scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Energy Constructor Description Energy(Energy value)
Construct Energy scalar. -
Uses of Energy in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Energy Modifier and Type Method Description Energy
EnergyVector. instantiateScalarSI(double valueSI, EnergyUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Energy Modifier and Type Method Description Class<Energy>
EnergyVector. getScalarClass()
Return the class of the corresponding scalar.