Uses of Class
org.djunits.value.vdouble.scalar.Volume
Packages that use Volume
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 Volume in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return VolumeModifier and TypeMethodDescriptionVolumeMatrix.instantiateScalarSI(double valueSI, VolumeUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type VolumeConstructors in org.djunits.value.vdouble.matrix with parameters of type VolumeModifierConstructorDescriptionVolumeMatrix(Volume[][] data) Construct a VolumeMatrix from an array of an array of Volume objects.VolumeMatrix(Volume[][] data, VolumeUnit displayUnit) Construct a VolumeMatrix from an array of an array of Volume objects.VolumeMatrix(Volume[][] data, VolumeUnit displayUnit, StorageType storageType) Construct a VolumeMatrix from an array of an array of Volume objects.VolumeMatrix(Volume[][] data, StorageType storageType) Construct a VolumeMatrix from an array of an array of Volume objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type VolumeModifierConstructorDescriptionVolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, int rows, int cols) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, int rows, int cols, StorageType storageType) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, VolumeUnit displayUnit, int rows, int cols) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, VolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Volume in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as VolumeModifier and TypeFieldDescriptionstatic final VolumeVolume.NaNConstant with value NaN.static final VolumeVolume.NEG_MAXVALUEConstant with value -MAX_VALUE.static final VolumeVolume.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final VolumeVolume.ONEConstant with value one.static final VolumeVolume.POS_MAXVALUEConstant with value MAX_VALUE.static final VolumeVolume.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final VolumeVolume.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return VolumeModifier and TypeMethodDescriptionfinal VolumeSIScalar.asVolume()Return the current scalar as a volume.final VolumeSIScalar.asVolume(VolumeUnit displayUnit) Return the current scalar as a volume, and provide a display unit.final VolumeArea.divide(LinearDensity v) Calculate the division of Area and LinearDensity, which results in a Volume scalar.final VolumeCalculate the division of Energy and Pressure, which results in a Volume scalar.final VolumeCalculate the division of FlowVolume and Frequency, which results in a Volume scalar.final VolumeCalculate the division of Mass and Density, which results in a Volume scalar.final VolumeCalculate the division of Torque and Pressure, which results in a Volume scalar.static VolumeVolume.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Volume.final VolumeVolume.instantiateRel(double value, VolumeUnit unit) static VolumeVolume.interpolate(Volume zero, Volume one, double ratio) Interpolate between two values.static VolumeReturn the maximum value of two relative scalars.static VolumeReturn the maximum value of more than two relative scalars.static VolumeReturn the minimum value of two relative scalars.static VolumeReturn the minimum value of more than two relative scalars.static VolumeVolume.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Volume.static VolumeReturns a Volume based on a value and the textual representation of the unit, which can be localized.static final VolumeVolume.ofSI(double value) Construct Volume scalar based on an SI value.final VolumeCalculate the multiplication of Area and Length, which results in a Volume scalar.final VolumeCalculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.final VolumeDuration.times(FlowVolume v) Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.final VolumeCalculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.final VolumeCalculate the multiplication of Length and Area, which results in a Volume scalar.static VolumeReturns a Volume representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type VolumeModifier and TypeMethodDescriptionfinal LinearDensityCalculate the division of Area and Volume, which results in a LinearDensity scalar.final PressureCalculate the division of Energy and Volume, which results in a Pressure scalar.final FrequencyCalculate the division of FlowVolume and Volume, which results in a Frequency scalar.final DensityCalculate the division of Mass and Volume, which results in a Density scalar.final PressureCalculate the division of Torque and Volume, which results in a Pressure scalar.final DimensionlessCalculate 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 VolumeReturn the maximum value of two relative scalars.static VolumeReturn the maximum value of more than two relative scalars.static VolumeReturn the minimum value of two relative scalars.static VolumeReturn the minimum value of more than two relative scalars.final MassCalculate the multiplication of Density and Volume, which results in a Mass scalar.final VolumeCalculate the multiplication of Dimensionless and Volume, which results in a Volume scalar.final EnergyCalculate the multiplication of Pressure and Volume, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Volume -
Uses of Volume in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return VolumeModifier and TypeMethodDescriptionVolumeVector.instantiateScalarSI(double valueSI, VolumeUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type VolumeConstructors in org.djunits.value.vdouble.vector with parameters of type VolumeModifierConstructorDescriptionVolumeVector(Volume[] data) Construct an VolumeVector from an array of Volume objects.VolumeVector(Volume[] data, VolumeUnit displayUnit) Construct an VolumeVector from an array of Volume objects.VolumeVector(Volume[] data, VolumeUnit displayUnit, StorageType storageType) Construct an VolumeVector from an array of Volume objects.VolumeVector(Volume[] data, StorageType storageType) Construct an VolumeVector from an array of Volume objects.