Uses of Class
org.djunits.value.vdouble.scalar.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 DensityDensityMatrix. 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 DensityDensity. NaNConstant with value NaN.static DensityDensity. NEG_MAXVALUEConstant with value -MAX_VALUE.static DensityDensity. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static DensityDensity. ONEConstant with value one.static DensityDensity. POS_MAXVALUEConstant with value MAX_VALUE.static DensityDensity. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static DensityDensity. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Density Modifier and Type Method Description DensitySIScalar. asDensity()Return the current scalar as a density.DensitySIScalar. asDensity(DensityUnit displayUnit)Return the current scalar as a density, and provide a display unit.DensityFlowMass. divide(FlowVolume v)Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.DensityMass. divide(Volume v)Calculate the division of Mass and Volume, which results in a Density scalar.DensityDensity. instantiateRel(double value, DensityUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static DensityDensity. instantiateSI(double value)Construct Density scalar.static DensityDensity. interpolate(Density zero, Density one, double ratio)Interpolate between two values.static DensityDensity. max(Density r1, Density r2)Return the maximum value of two relative scalars.static DensityDensity. max(Density r1, Density r2, Density... rn)Return the maximum value of more than two relative scalars.static DensityDensity. min(Density r1, Density r2)Return the minimum value of two relative scalars.static DensityDensity. min(Density r1, Density r2, Density... rn)Return the minimum value of more than two relative scalars.static DensityDensity. of(double value, String unitString)Returns a Density based on a value and the textual representation of the unit.DensityDimensionless. times(Density v)Calculate the multiplication of Dimensionless and Density, which results in a Density scalar.static DensityDensity. 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 DimensionlessDensity. divide(Density v)Calculate the division of Density and Density, which results in a Dimensionless scalar.FlowVolumeFlowMass. divide(Density v)Calculate the division of FlowMass and Density, which results in a FlowVolume scalar.VolumeMass. divide(Density v)Calculate the division of Mass and Density, which results in a Volume scalar.static DensityDensity. interpolate(Density zero, Density one, double ratio)Interpolate between two values.static DensityDensity. max(Density r1, Density r2)Return the maximum value of two relative scalars.static DensityDensity. max(Density r1, Density r2, Density... rn)Return the maximum value of more than two relative scalars.static DensityDensity. min(Density r1, Density r2)Return the minimum value of two relative scalars.static DensityDensity. min(Density r1, Density r2, Density... rn)Return the minimum value of more than two relative scalars.DensityDimensionless. times(Density v)Calculate the multiplication of Dimensionless and Density, which results in a Density scalar.FlowMassFlowVolume. times(Density v)Calculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.MassVolume. 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 DensityDensityVector. 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.