Uses of Class
org.djunits.quantity.LinearDensity
Packages that use LinearDensity
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of LinearDensity in org.djunits.quantity
Fields in org.djunits.quantity declared as LinearDensityModifier and TypeFieldDescriptionstatic final LinearDensityLinearDensity.NaNConstant with value NaN.static final LinearDensityLinearDensity.NEG_MAXVALUEConstant with value -MAX_VALUE.static final LinearDensityLinearDensity.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final LinearDensityLinearDensity.ONEConstant with value one.static final LinearDensityLinearDensity.POS_MAXVALUEConstant with value MAX_VALUE.static final LinearDensityLinearDensity.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final LinearDensityLinearDensity.ZEROConstant with value zero.Methods in org.djunits.quantity that return LinearDensityModifier and TypeMethodDescriptionLinearDensity.instantiate(double si) static LinearDensityReturns a LinearDensity based on a value and the textual representation of the unit, which can be localized.static LinearDensityLinearDensity.ofSi(double si) Return a LinearDensity instance based on an SI value.LinearDensity.Unit.ofSi(double si) static LinearDensityReturns a LinearDensity representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type LinearDensityModifier and TypeMethodDescriptionfinal DimensionlessLinearDensity.divide(LinearDensity v) Calculate the division of LinearDensity and LinearDensity, which results in a Dimensionless quantity.Constructors in org.djunits.quantity with parameters of type LinearDensityModifierConstructorDescriptionLinearDensity(LinearDensity value) Construct LinearDensity quantity.