Uses of Class
org.djunits.value.vdouble.scalar.LinearDensity
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 LinearDensity in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return LinearDensity Modifier and Type Method Description LinearDensity
LinearDensityMatrix. instantiateScalarSI(double valueSI, LinearDensityUnit 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 LinearDensity Modifier and Type Method Description Class<LinearDensity>
LinearDensityMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of LinearDensity in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as LinearDensity Modifier and Type Field Description static LinearDensity
LinearDensity. NaN
Constant with value NaN.static LinearDensity
LinearDensity. NEG_MAXVALUE
Constant with value -MAX_VALUE.static LinearDensity
LinearDensity. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static LinearDensity
LinearDensity. ONE
Constant with value one.static LinearDensity
LinearDensity. POS_MAXVALUE
Constant with value MAX_VALUE.static LinearDensity
LinearDensity. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static LinearDensity
LinearDensity. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return LinearDensity Modifier and Type Method Description LinearDensity
SIScalar. asLinearDensity()
Return the current scalar as a lineardensity.LinearDensity
SIScalar. asLinearDensity(LinearDensityUnit displayUnit)
Return the current scalar as a lineardensity, and provide a display unit.LinearDensity
Area. divide(Volume v)
Calculate the division of Area and Volume, which results in a LinearDensity scalar.LinearDensity
Dimensionless. divide(Length v)
Calculate the division of Dimensionless and Length, which results in a LinearDensity scalar.LinearDensity
Force. divide(Energy v)
Calculate the division of Force and Energy, which results in a LinearDensity scalar.LinearDensity
Length. divide(Area v)
Calculate the division of Length and Area, which results in a LinearDensity scalar.LinearDensity
LinearDensity. instantiateRel(double value, LinearDensityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static 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
LinearDensity. of(double value, String unitString)
Returns a LinearDensity based on a value and the textual representation of the unit.LinearDensity
Dimensionless. times(LinearDensity v)
Calculate the multiplication of Dimensionless and LinearDensity, which results in a LinearDensity scalar.static LinearDensity
LinearDensity. valueOf(String text)
Returns a LinearDensity representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type LinearDensity Modifier and Type Method Description Volume
Area. divide(LinearDensity v)
Calculate the division of Area and LinearDensity, which results in a Volume scalar.Length
Dimensionless. divide(LinearDensity v)
Calculate the division of Dimensionless and LinearDensity, which results in a Length scalar.Energy
Force. divide(LinearDensity v)
Calculate the division of Force and LinearDensity, which results in a Energy scalar.Area
Length. divide(LinearDensity v)
Calculate the division of Length and LinearDensity, which results in a Area scalar.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.Length
Area. times(LinearDensity v)
Calculate the multiplication of Area and LinearDensity, which results in a Length scalar.LinearDensity
Dimensionless. times(LinearDensity v)
Calculate the multiplication of Dimensionless and LinearDensity, which results in a LinearDensity scalar.Force
Energy. times(LinearDensity v)
Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.Frequency
Speed. times(LinearDensity v)
Calculate the multiplication of Speed and LinearDensity, which results in a Frequency scalar.Force
Torque. times(LinearDensity v)
Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.Area
Volume. times(LinearDensity v)
Calculate the multiplication of Volume and LinearDensity, which results in a Area scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type LinearDensity Constructor Description LinearDensity(LinearDensity value)
Construct LinearDensity scalar. -
Uses of LinearDensity in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return LinearDensity Modifier and Type Method Description LinearDensity
LinearDensityVector. instantiateScalarSI(double valueSI, LinearDensityUnit 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 LinearDensity Modifier and Type Method Description Class<LinearDensity>
LinearDensityVector. getScalarClass()
Return the class of the corresponding scalar.