Uses of Class
org.djunits.value.vdouble.scalar.Density
-
Packages that use Density 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 Density in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Density Modifier and Type Method Description Density
DensityMatrix. instantiateScalarSI(double valueSI, DensityUnit 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 Density Modifier and Type Method Description Class<Density>
DensityMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Density in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Density Modifier and Type Field Description static Density
Density. NaN
Constant with value NaN.static Density
Density. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Density
Density. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Density
Density. ONE
Constant with value one.static Density
Density. POS_MAXVALUE
Constant with value MAX_VALUE.static Density
Density. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Density
Density. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Density Modifier and Type Method Description Density
SIScalar. asDensity()
Return the current scalar as a density.Density
SIScalar. asDensity(DensityUnit displayUnit)
Return the current scalar as a density, and provide a display unit.Density
FlowMass. divide(FlowVolume v)
Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.Density
Mass. divide(Volume v)
Calculate the division of Mass and Volume, which results in a Density scalar.Density
Density. instantiateRel(double value, DensityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Density
Density. instantiateSI(double value)
Construct Density scalar.static Density
Density. interpolate(Density zero, Density one, double ratio)
Interpolate between two values.static Density
Density. max(Density r1, Density r2)
Return the maximum value of two relative scalars.static Density
Density. max(Density r1, Density r2, Density... rn)
Return the maximum value of more than two relative scalars.static Density
Density. min(Density r1, Density r2)
Return the minimum value of two relative scalars.static Density
Density. min(Density r1, Density r2, Density... rn)
Return the minimum value of more than two relative scalars.static Density
Density. of(double value, String unitString)
Returns a Density based on a value and the textual representation of the unit.Density
Dimensionless. times(Density v)
Calculate the multiplication of Dimensionless and Density, which results in a Density scalar.static Density
Density. valueOf(String text)
Returns a Density representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Density Modifier and Type Method Description Dimensionless
Density. divide(Density v)
Calculate the division of Density and Density, which results in a Dimensionless scalar.FlowVolume
FlowMass. divide(Density v)
Calculate the division of FlowMass and Density, which results in a FlowVolume scalar.Volume
Mass. divide(Density v)
Calculate the division of Mass and Density, which results in a Volume scalar.static Density
Density. interpolate(Density zero, Density one, double ratio)
Interpolate between two values.static Density
Density. max(Density r1, Density r2)
Return the maximum value of two relative scalars.static Density
Density. max(Density r1, Density r2, Density... rn)
Return the maximum value of more than two relative scalars.static Density
Density. min(Density r1, Density r2)
Return the minimum value of two relative scalars.static Density
Density. min(Density r1, Density r2, Density... rn)
Return the minimum value of more than two relative scalars.Density
Dimensionless. times(Density v)
Calculate the multiplication of Dimensionless and Density, which results in a Density scalar.FlowMass
FlowVolume. times(Density v)
Calculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.Mass
Volume. times(Density v)
Calculate the multiplication of Volume and Density, which results in a Mass scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Density Constructor Description Density(Density value)
Construct Density scalar. -
Uses of Density in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Density Modifier and Type Method Description Density
DensityVector. instantiateScalarSI(double valueSI, DensityUnit 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 Density Modifier and Type Method Description Class<Density>
DensityVector. getScalarClass()
Return the class of the corresponding scalar.
-