Uses of Class
org.djunits.value.vdouble.scalar.Length
| 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 Length in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Length Modifier and Type Method Description LengthPositionMatrix. instantiateScalarRelSI(double valueSI, LengthUnit displayUnit)Instantiate a new relative scalar for the class of this absolute matrix.LengthLengthMatrix. instantiateScalarSI(double valueSI, LengthUnit 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 Length Modifier and Type Method Description Class<Length>LengthMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Length in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Length Modifier and Type Field Description static LengthLength. NaNConstant with value NaN.static LengthLength. NEG_MAXVALUEConstant with value -MAX_VALUE.static LengthLength. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static LengthLength. ONEConstant with value one.static LengthLength. POS_MAXVALUEConstant with value MAX_VALUE.static LengthLength. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static LengthLength. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Length Modifier and Type Method Description LengthSIScalar. asLength()Return the current scalar as a length.LengthSIScalar. asLength(LengthUnit displayUnit)Return the current scalar as a length, and provide a display unit.LengthArea. divide(Length v)Calculate the division of Area and Length, which results in a Length scalar.LengthDimensionless. divide(LinearDensity v)Calculate the division of Dimensionless and LinearDensity, which results in a Length scalar.LengthEnergy. divide(Force v)Calculate the division of Energy and Force, which results in a Length scalar.LengthSpeed. divide(Frequency v)Calculate the division of Speed and Frequency, which results in a Length scalar.LengthTorque. divide(Force v)Calculate the division of Torque and Force, which results in a Length scalar.LengthVolume. divide(Area v)Calculate the division of Volume and Area, which results in a Length scalar.LengthLength. instantiateRel(double value, LengthUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.LengthPosition. instantiateRel(double value, LengthUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static LengthLength. instantiateSI(double value)Construct Length scalar.static LengthLength. interpolate(Length zero, Length one, double ratio)Interpolate between two values.static LengthLength. max(Length r1, Length r2)Return the maximum value of two relative scalars.static LengthLength. max(Length r1, Length r2, Length... rn)Return the maximum value of more than two relative scalars.static LengthLength. min(Length r1, Length r2)Return the minimum value of two relative scalars.static LengthLength. min(Length r1, Length r2, Length... rn)Return the minimum value of more than two relative scalars.static LengthLength. of(double value, String unitString)Returns a Length based on a value and the textual representation of the unit.LengthArea. times(LinearDensity v)Calculate the multiplication of Area and LinearDensity, which results in a Length scalar.LengthDimensionless. times(Length v)Calculate the multiplication of Dimensionless and Length, which results in a Length scalar.LengthDuration. times(Speed v)Calculate the multiplication of Duration and Speed, which results in a Length scalar.LengthLinearDensity. times(Area v)Calculate the multiplication of LinearDensity and Area, which results in a Length scalar.LengthSpeed. times(Duration v)Calculate the multiplication of Speed and Duration, which results in a Length scalar.static LengthLength. valueOf(String text)Returns a Length representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Length Modifier and Type Method Description LengthArea. divide(Length v)Calculate the division of Area and Length, which results in a Length scalar.LinearDensityDimensionless. divide(Length v)Calculate the division of Dimensionless and Length, which results in a LinearDensity scalar.ForceEnergy. divide(Length v)Calculate the division of Energy and Length, which results in a Force scalar.DimensionlessLength. divide(Length v)Calculate the division of Length and Length, which results in a Dimensionless scalar.FrequencySpeed. divide(Length v)Calculate the division of Speed and Length, which results in a Frequency scalar.ForceTorque. divide(Length v)Calculate the division of Torque and Length, which results in a Force scalar.AreaVolume. divide(Length v)Calculate the division of Volume and Length, which results in a Area scalar.static LengthLength. interpolate(Length zero, Length one, double ratio)Interpolate between two values.static LengthLength. max(Length r1, Length r2)Return the maximum value of two relative scalars.static LengthLength. max(Length r1, Length r2, Length... rn)Return the maximum value of more than two relative scalars.static LengthLength. min(Length r1, Length r2)Return the minimum value of two relative scalars.static LengthLength. min(Length r1, Length r2, Length... rn)Return the minimum value of more than two relative scalars.VolumeArea. times(Length v)Calculate the multiplication of Area and Length, which results in a Volume scalar.LengthDimensionless. times(Length v)Calculate the multiplication of Dimensionless and Length, which results in a Length scalar.EnergyForce. times(Length v)Calculate the multiplication of Force and Length, which results in a Energy scalar.SpeedFrequency. times(Length v)Calculate the multiplication of Frequency and Length, which results in a Speed scalar.AreaLength. times(Length v)Calculate the multiplication of Length and Length, which results in a Area scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Length Constructor Description Length(Length value)Construct Length scalar. -
Uses of Length in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Length Modifier and Type Method Description LengthPositionVector. instantiateScalarRelSI(double valueSI, LengthUnit displayUnit)Instantiate a new relative scalar for the class of this absolute vector.LengthLengthVector. instantiateScalarSI(double valueSI, LengthUnit 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 Length Modifier and Type Method Description Class<Length>LengthVector. getScalarClass()Return the class of the corresponding scalar.