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 EnergyEnergyMatrix. 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 EnergyEnergy. NaNConstant with value NaN.static EnergyEnergy. NEG_MAXVALUEConstant with value -MAX_VALUE.static EnergyEnergy. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static EnergyEnergy. ONEConstant with value one.static EnergyEnergy. POS_MAXVALUEConstant with value MAX_VALUE.static EnergyEnergy. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static EnergyEnergy. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Energy Modifier and Type Method Description EnergySIScalar. asEnergy()Return the current scalar as a energy.EnergySIScalar. asEnergy(EnergyUnit displayUnit)Return the current scalar as a energy, and provide a display unit.EnergyForce. divide(LinearDensity v)Calculate the division of Force and LinearDensity, which results in a Energy scalar.EnergyPower. divide(Frequency v)Calculate the division of Power and Frequency, which results in a Energy scalar.EnergyEnergy. instantiateRel(double value, EnergyUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static EnergyEnergy. instantiateSI(double value)Construct Energy scalar.static EnergyEnergy. interpolate(Energy zero, Energy one, double ratio)Interpolate between two values.static EnergyEnergy. max(Energy r1, Energy r2)Return the maximum value of two relative scalars.static EnergyEnergy. max(Energy r1, Energy r2, Energy... rn)Return the maximum value of more than two relative scalars.static EnergyEnergy. min(Energy r1, Energy r2)Return the minimum value of two relative scalars.static EnergyEnergy. min(Energy r1, Energy r2, Energy... rn)Return the minimum value of more than two relative scalars.static EnergyEnergy. of(double value, String unitString)Returns a Energy based on a value and the textual representation of the unit.EnergyDimensionless. times(Energy v)Calculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.EnergyDuration. times(Power v)Calculate the multiplication of Duration and Power, which results in a Energy scalar.EnergyForce. times(Length v)Calculate the multiplication of Force and Length, which results in a Energy scalar.EnergyLength. times(Force v)Calculate the multiplication of Length and Force, which results in a Energy scalar.EnergyPower. times(Duration v)Calculate the multiplication of Power and Duration, which results in a Energy scalar.EnergyPressure. times(Volume v)Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.EnergyVolume. times(Pressure v)Calculate the multiplication of Volume and Pressure, which results in a Energy scalar.static EnergyEnergy. 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 DimensionlessEnergy. divide(Energy v)Calculate the division of Energy and Energy, which results in a Dimensionless scalar.LinearDensityForce. divide(Energy v)Calculate the division of Force and Energy, which results in a LinearDensity scalar.FrequencyPower. divide(Energy v)Calculate the division of Power and Energy, which results in a Frequency scalar.static EnergyEnergy. interpolate(Energy zero, Energy one, double ratio)Interpolate between two values.static EnergyEnergy. max(Energy r1, Energy r2)Return the maximum value of two relative scalars.static EnergyEnergy. max(Energy r1, Energy r2, Energy... rn)Return the maximum value of more than two relative scalars.static EnergyEnergy. min(Energy r1, Energy r2)Return the minimum value of two relative scalars.static EnergyEnergy. min(Energy r1, Energy r2, Energy... rn)Return the minimum value of more than two relative scalars.EnergyDimensionless. times(Energy v)Calculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.PowerFrequency. times(Energy v)Calculate the multiplication of Frequency and Energy, which results in a Power scalar.ForceLinearDensity. 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 EnergyEnergyVector. 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.