Uses of Class
org.djunits.value.vdouble.scalar.Volume
| 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 Volume in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Volume Modifier and Type Method Description VolumeVolumeMatrix. instantiateScalarSI(double valueSI, VolumeUnit 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 Volume Modifier and Type Method Description Class<Volume>VolumeMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Volume in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Volume Modifier and Type Field Description static VolumeVolume. NaNConstant with value NaN.static VolumeVolume. NEG_MAXVALUEConstant with value -MAX_VALUE.static VolumeVolume. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static VolumeVolume. ONEConstant with value one.static VolumeVolume. POS_MAXVALUEConstant with value MAX_VALUE.static VolumeVolume. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static VolumeVolume. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Volume Modifier and Type Method Description VolumeSIScalar. asVolume()Return the current scalar as a volume.VolumeSIScalar. asVolume(VolumeUnit displayUnit)Return the current scalar as a volume, and provide a display unit.VolumeArea. divide(LinearDensity v)Calculate the division of Area and LinearDensity, which results in a Volume scalar.VolumeEnergy. divide(Pressure v)Calculate the division of Energy and Pressure, which results in a Volume scalar.VolumeFlowVolume. divide(Frequency v)Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.VolumeMass. divide(Density v)Calculate the division of Mass and Density, which results in a Volume scalar.VolumeTorque. divide(Pressure v)Calculate the division of Torque and Pressure, which results in a Volume scalar.VolumeVolume. instantiateRel(double value, VolumeUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static VolumeVolume. instantiateSI(double value)Construct Volume scalar.static VolumeVolume. interpolate(Volume zero, Volume one, double ratio)Interpolate between two values.static VolumeVolume. max(Volume r1, Volume r2)Return the maximum value of two relative scalars.static VolumeVolume. max(Volume r1, Volume r2, Volume... rn)Return the maximum value of more than two relative scalars.static VolumeVolume. min(Volume r1, Volume r2)Return the minimum value of two relative scalars.static VolumeVolume. min(Volume r1, Volume r2, Volume... rn)Return the minimum value of more than two relative scalars.static VolumeVolume. of(double value, String unitString)Returns a Volume based on a value and the textual representation of the unit.VolumeArea. times(Length v)Calculate the multiplication of Area and Length, which results in a Volume scalar.VolumeDimensionless. times(Volume v)Calculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.VolumeDuration. times(FlowVolume v)Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.VolumeFlowVolume. times(Duration v)Calculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.VolumeLength. times(Area v)Calculate the multiplication of Length and Area, which results in a Volume scalar.static VolumeVolume. valueOf(String text)Returns a Volume representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Volume Modifier and Type Method Description LinearDensityArea. divide(Volume v)Calculate the division of Area and Volume, which results in a LinearDensity scalar.PressureEnergy. divide(Volume v)Calculate the division of Energy and Volume, which results in a Pressure scalar.FrequencyFlowVolume. divide(Volume v)Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.DensityMass. divide(Volume v)Calculate the division of Mass and Volume, which results in a Density scalar.PressureTorque. divide(Volume v)Calculate the division of Torque and Volume, which results in a Pressure scalar.DimensionlessVolume. divide(Volume v)Calculate the division of Volume and Volume, which results in a Dimensionless scalar.static VolumeVolume. interpolate(Volume zero, Volume one, double ratio)Interpolate between two values.static VolumeVolume. max(Volume r1, Volume r2)Return the maximum value of two relative scalars.static VolumeVolume. max(Volume r1, Volume r2, Volume... rn)Return the maximum value of more than two relative scalars.static VolumeVolume. min(Volume r1, Volume r2)Return the minimum value of two relative scalars.static VolumeVolume. min(Volume r1, Volume r2, Volume... rn)Return the minimum value of more than two relative scalars.MassDensity. times(Volume v)Calculate the multiplication of Density and Volume, which results in a Mass scalar.VolumeDimensionless. times(Volume v)Calculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.EnergyPressure. times(Volume v)Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Volume Constructor Description Volume(Volume value)Construct Volume scalar. -
Uses of Volume in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Volume Modifier and Type Method Description VolumeVolumeVector. instantiateScalarSI(double valueSI, VolumeUnit 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 Volume Modifier and Type Method Description Class<Volume>VolumeVector. getScalarClass()Return the class of the corresponding scalar.