Uses of Class
org.djunits.value.vdouble.scalar.LinearDensity
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 LinearDensity in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionLinearDensityMatrix.instantiateScalarSI
(double valueSI, LinearDensityUnit displayUnit) ModifierConstructorDescriptionLinearDensityMatrix
(LinearDensity[][] data) Construct a LinearDensityMatrix from an array of an array of LinearDensity objects.LinearDensityMatrix
(LinearDensity[][] data, LinearDensityUnit displayUnit) Construct a LinearDensityMatrix from an array of an array of LinearDensity objects.LinearDensityMatrix
(LinearDensity[][] data, LinearDensityUnit displayUnit, StorageType storageType) Construct a LinearDensityMatrix from an array of an array of LinearDensity objects.LinearDensityMatrix
(LinearDensity[][] data, StorageType storageType) Construct a LinearDensityMatrix from an array of an array of LinearDensity objects.ModifierConstructorDescriptionLinearDensityMatrix
(Collection<DoubleSparseValue<LinearDensityUnit, LinearDensity>> data, int rows, int cols) Construct a LinearDensityMatrix from a (sparse) collection of DoubleSparseValue objects.LinearDensityMatrix
(Collection<DoubleSparseValue<LinearDensityUnit, LinearDensity>> data, int rows, int cols, StorageType storageType) Construct a LinearDensityMatrix from a (sparse) collection of DoubleSparseValue objects.LinearDensityMatrix
(Collection<DoubleSparseValue<LinearDensityUnit, LinearDensity>> data, LinearDensityUnit displayUnit, int rows, int cols) Construct a LinearDensityMatrix from a (sparse) collection of DoubleSparseValue objects.LinearDensityMatrix
(Collection<DoubleSparseValue<LinearDensityUnit, LinearDensity>> data, LinearDensityUnit displayUnit, int rows, int cols, StorageType storageType) Construct a LinearDensityMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of LinearDensity in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final LinearDensity
LinearDensity.NaN
Constant with value NaN.static final LinearDensity
LinearDensity.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final LinearDensity
LinearDensity.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final LinearDensity
LinearDensity.ONE
Constant with value one.static final LinearDensity
LinearDensity.POS_MAXVALUE
Constant with value MAX_VALUE.static final LinearDensity
LinearDensity.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final LinearDensity
LinearDensity.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal LinearDensity
SIScalar.asLinearDensity()
Return the current scalar as a lineardensity.final LinearDensity
SIScalar.asLinearDensity
(LinearDensityUnit displayUnit) Return the current scalar as a lineardensity, and provide a display unit.final LinearDensity
Calculate the division of Area and Volume, which results in a LinearDensity scalar.final LinearDensity
Calculate the division of Dimensionless and Length, which results in a LinearDensity scalar.final LinearDensity
Calculate the division of Force and Energy, which results in a LinearDensity scalar.final LinearDensity
Calculate the division of Length and Area, which results in a LinearDensity scalar.final LinearDensity
LinearDensity.instantiateRel
(double value, LinearDensityUnit unit) static final LinearDensity
LinearDensity.instantiateSI
(double value) Construct LinearDensity scalar.static LinearDensity
LinearDensity.interpolate
(LinearDensity zero, LinearDensity one, double ratio) Interpolate between two values.static LinearDensity
LinearDensity.max
(LinearDensity r1, LinearDensity r2) Return the maximum value of two relative scalars.static LinearDensity
LinearDensity.max
(LinearDensity r1, LinearDensity r2, LinearDensity... rn) Return the maximum value of more than two relative scalars.static LinearDensity
LinearDensity.min
(LinearDensity r1, LinearDensity r2) Return the minimum value of two relative scalars.static LinearDensity
LinearDensity.min
(LinearDensity r1, LinearDensity r2, LinearDensity... rn) Return the minimum value of more than two relative scalars.static LinearDensity
Returns a LinearDensity based on a value and the textual representation of the unit, which can be localized.Length.reciprocal()
final LinearDensity
Dimensionless.times
(LinearDensity v) Calculate the multiplication of Dimensionless and LinearDensity, which results in a LinearDensity scalar.static LinearDensity
Returns a LinearDensity representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Volume
Area.divide
(LinearDensity v) Calculate the division of Area and LinearDensity, which results in a Volume scalar.final Length
Dimensionless.divide
(LinearDensity v) Calculate the division of Dimensionless and LinearDensity, which results in a Length scalar.final Energy
Force.divide
(LinearDensity v) Calculate the division of Force and LinearDensity, which results in a Energy scalar.final Area
Length.divide
(LinearDensity v) Calculate the division of Length and LinearDensity, which results in a Area scalar.final Dimensionless
LinearDensity.divide
(LinearDensity v) Calculate the division of LinearDensity and LinearDensity, which results in a Dimensionless scalar.static LinearDensity
LinearDensity.interpolate
(LinearDensity zero, LinearDensity one, double ratio) Interpolate between two values.static LinearDensity
LinearDensity.max
(LinearDensity r1, LinearDensity r2) Return the maximum value of two relative scalars.static LinearDensity
LinearDensity.max
(LinearDensity r1, LinearDensity r2, LinearDensity... rn) Return the maximum value of more than two relative scalars.static LinearDensity
LinearDensity.min
(LinearDensity r1, LinearDensity r2) Return the minimum value of two relative scalars.static LinearDensity
LinearDensity.min
(LinearDensity r1, LinearDensity r2, LinearDensity... rn) Return the minimum value of more than two relative scalars.final Length
Area.times
(LinearDensity v) Calculate the multiplication of Area and LinearDensity, which results in a Length scalar.final LinearDensity
Dimensionless.times
(LinearDensity v) Calculate the multiplication of Dimensionless and LinearDensity, which results in a LinearDensity scalar.final Force
Energy.times
(LinearDensity v) Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.final Dimensionless
Length.times
(LinearDensity v) Calculate the multiplication of Length and LinearDensity, which results in a Dimensionless scalar.final Frequency
Speed.times
(LinearDensity v) Calculate the multiplication of Speed and LinearDensity, which results in a Frequency scalar.final Force
Torque.times
(LinearDensity v) Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.final Area
Volume.times
(LinearDensity v) Calculate the multiplication of Volume and LinearDensity, which results in a Area scalar. -
Uses of LinearDensity in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionLinearDensityVector.instantiateScalarSI
(double valueSI, LinearDensityUnit displayUnit) ModifierConstructorDescriptionLinearDensityVector
(LinearDensity[] data) Construct an LinearDensityVector from an array of LinearDensity objects.LinearDensityVector
(LinearDensity[] data, LinearDensityUnit displayUnit) Construct an LinearDensityVector from an array of LinearDensity objects.LinearDensityVector
(LinearDensity[] data, LinearDensityUnit displayUnit, StorageType storageType) Construct an LinearDensityVector from an array of LinearDensity objects.LinearDensityVector
(LinearDensity[] data, StorageType storageType) Construct an LinearDensityVector from an array of LinearDensity objects.