Uses of Class
org.djunits.value.vdouble.scalar.Density
Packages that use Density
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
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 DensityModifier and TypeMethodDescriptionDensityMatrix.instantiateScalarSI(double valueSI, DensityUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type DensityConstructors in org.djunits.value.vdouble.matrix with parameters of type DensityModifierConstructorDescriptionDensityMatrix(Density[][] data) Construct a DensityMatrix from an array of an array of Density objects.DensityMatrix(Density[][] data, DensityUnit displayUnit) Construct a DensityMatrix from an array of an array of Density objects.DensityMatrix(Density[][] data, DensityUnit displayUnit, StorageType storageType) Construct a DensityMatrix from an array of an array of Density objects.DensityMatrix(Density[][] data, StorageType storageType) Construct a DensityMatrix from an array of an array of Density objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type DensityModifierConstructorDescriptionDensityMatrix(Collection<DoubleSparseValue<DensityUnit, Density>> data, int rows, int cols) Construct a DensityMatrix from a (sparse) collection of DoubleSparseValue objects.DensityMatrix(Collection<DoubleSparseValue<DensityUnit, Density>> data, int rows, int cols, StorageType storageType) Construct a DensityMatrix from a (sparse) collection of DoubleSparseValue objects.DensityMatrix(Collection<DoubleSparseValue<DensityUnit, Density>> data, DensityUnit displayUnit, int rows, int cols) Construct a DensityMatrix from a (sparse) collection of DoubleSparseValue objects.DensityMatrix(Collection<DoubleSparseValue<DensityUnit, Density>> data, DensityUnit displayUnit, int rows, int cols, StorageType storageType) Construct a DensityMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Density in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as DensityModifier and TypeFieldDescriptionstatic final DensityDensity.NaNConstant with value NaN.static final DensityDensity.NEG_MAXVALUEConstant with value -MAX_VALUE.static final DensityDensity.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final DensityDensity.ONEConstant with value one.static final DensityDensity.POS_MAXVALUEConstant with value MAX_VALUE.static final DensityDensity.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final DensityDensity.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return DensityModifier and TypeMethodDescriptionfinal DensitySIScalar.asDensity()Return the current scalar as a density.final DensitySIScalar.asDensity(DensityUnit displayUnit) Return the current scalar as a density, and provide a display unit.static DensityDensity.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Density.final DensityFlowMass.divide(FlowVolume v) Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.final DensityCalculate the division of Mass and Volume, which results in a Density scalar.final DensityDensity.instantiateRel(double value, DensityUnit unit) static DensityDensity.interpolate(Density zero, Density one, double ratio) Interpolate between two values.static DensityReturn the maximum value of two relative scalars.static DensityReturn the maximum value of more than two relative scalars.static DensityReturn the minimum value of two relative scalars.static DensityReturn the minimum value of more than two relative scalars.static DensityDensity.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Density.static DensityReturns a Density based on a value and the textual representation of the unit, which can be localized.static final DensityDensity.ofSI(double value) Construct Density scalar based on an SI value.final DensityCalculate the multiplication of Dimensionless and Density, which results in a Density scalar.static DensityReturns a Density representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type DensityModifier and TypeMethodDescriptionfinal DimensionlessCalculate the division of Density and Density, which results in a Dimensionless scalar.final FlowVolumeCalculate the division of FlowMass and Density, which results in a FlowVolume scalar.final VolumeCalculate 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 DensityReturn the maximum value of two relative scalars.static DensityReturn the maximum value of more than two relative scalars.static DensityReturn the minimum value of two relative scalars.static DensityReturn the minimum value of more than two relative scalars.final DensityCalculate the multiplication of Dimensionless and Density, which results in a Density scalar.final FlowMassCalculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.final MassCalculate the multiplication of Volume and Density, which results in a Mass scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Density -
Uses of Density in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return DensityModifier and TypeMethodDescriptionDensityVector.instantiateScalarSI(double valueSI, DensityUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type DensityConstructors in org.djunits.value.vdouble.vector with parameters of type DensityModifierConstructorDescriptionDensityVector(Density[] data) Construct an DensityVector from an array of Density objects.DensityVector(Density[] data, DensityUnit displayUnit) Construct an DensityVector from an array of Density objects.DensityVector(Density[] data, DensityUnit displayUnit, StorageType storageType) Construct an DensityVector from an array of Density objects.DensityVector(Density[] data, StorageType storageType) Construct an DensityVector from an array of Density objects.