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 LinearDensityLinearDensityMatrix. 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 LinearDensityLinearDensity. NaNConstant with value NaN.static LinearDensityLinearDensity. NEG_MAXVALUEConstant with value -MAX_VALUE.static LinearDensityLinearDensity. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static LinearDensityLinearDensity. ONEConstant with value one.static LinearDensityLinearDensity. POS_MAXVALUEConstant with value MAX_VALUE.static LinearDensityLinearDensity. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static LinearDensityLinearDensity. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return LinearDensity Modifier and Type Method Description LinearDensitySIScalar. asLinearDensity()Return the current scalar as a lineardensity.LinearDensitySIScalar. asLinearDensity(LinearDensityUnit displayUnit)Return the current scalar as a lineardensity, and provide a display unit.LinearDensityArea. divide(Volume v)Calculate the division of Area and Volume, which results in a LinearDensity scalar.LinearDensityDimensionless. divide(Length v)Calculate the division of Dimensionless and Length, which results in a LinearDensity scalar.LinearDensityForce. divide(Energy v)Calculate the division of Force and Energy, which results in a LinearDensity scalar.LinearDensityLength. divide(Area v)Calculate the division of Length and Area, which results in a LinearDensity scalar.LinearDensityLinearDensity. instantiateRel(double value, LinearDensityUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static LinearDensityLinearDensity. instantiateSI(double value)Construct LinearDensity scalar.static LinearDensityLinearDensity. interpolate(LinearDensity zero, LinearDensity one, double ratio)Interpolate between two values.static LinearDensityLinearDensity. max(LinearDensity r1, LinearDensity r2)Return the maximum value of two relative scalars.static LinearDensityLinearDensity. max(LinearDensity r1, LinearDensity r2, LinearDensity... rn)Return the maximum value of more than two relative scalars.static LinearDensityLinearDensity. min(LinearDensity r1, LinearDensity r2)Return the minimum value of two relative scalars.static LinearDensityLinearDensity. min(LinearDensity r1, LinearDensity r2, LinearDensity... rn)Return the minimum value of more than two relative scalars.static LinearDensityLinearDensity. of(double value, String unitString)Returns a LinearDensity based on a value and the textual representation of the unit.LinearDensityDimensionless. times(LinearDensity v)Calculate the multiplication of Dimensionless and LinearDensity, which results in a LinearDensity scalar.static LinearDensityLinearDensity. 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 VolumeArea. divide(LinearDensity v)Calculate the division of Area and LinearDensity, which results in a Volume scalar.LengthDimensionless. divide(LinearDensity v)Calculate the division of Dimensionless and LinearDensity, which results in a Length scalar.EnergyForce. divide(LinearDensity v)Calculate the division of Force and LinearDensity, which results in a Energy scalar.AreaLength. divide(LinearDensity v)Calculate the division of Length and LinearDensity, which results in a Area scalar.DimensionlessLinearDensity. divide(LinearDensity v)Calculate the division of LinearDensity and LinearDensity, which results in a Dimensionless scalar.static LinearDensityLinearDensity. interpolate(LinearDensity zero, LinearDensity one, double ratio)Interpolate between two values.static LinearDensityLinearDensity. max(LinearDensity r1, LinearDensity r2)Return the maximum value of two relative scalars.static LinearDensityLinearDensity. max(LinearDensity r1, LinearDensity r2, LinearDensity... rn)Return the maximum value of more than two relative scalars.static LinearDensityLinearDensity. min(LinearDensity r1, LinearDensity r2)Return the minimum value of two relative scalars.static LinearDensityLinearDensity. min(LinearDensity r1, LinearDensity r2, LinearDensity... rn)Return the minimum value of more than two relative scalars.LengthArea. times(LinearDensity v)Calculate the multiplication of Area and LinearDensity, which results in a Length scalar.LinearDensityDimensionless. times(LinearDensity v)Calculate the multiplication of Dimensionless and LinearDensity, which results in a LinearDensity scalar.ForceEnergy. times(LinearDensity v)Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.FrequencySpeed. times(LinearDensity v)Calculate the multiplication of Speed and LinearDensity, which results in a Frequency scalar.ForceTorque. times(LinearDensity v)Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.AreaVolume. 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 LinearDensityLinearDensityVector. 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.