Uses of Class
org.djunits.value.vfloat.scalar.FloatVolume
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FloatVolume in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatVolumeMatrix.instantiateScalarSI
(float valueSI, VolumeUnit displayUnit) ModifierConstructorDescriptionFloatVolumeMatrix
(FloatVolume[][] data) Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.FloatVolumeMatrix
(FloatVolume[][] data, VolumeUnit displayUnit) Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.FloatVolumeMatrix
(FloatVolume[][] data, VolumeUnit displayUnit, StorageType storageType) Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.FloatVolumeMatrix
(FloatVolume[][] data, StorageType storageType) Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.ModifierConstructorDescriptionFloatVolumeMatrix
(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, int rows, int cols) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatVolumeMatrix
(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, int rows, int cols, StorageType storageType) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatVolumeMatrix
(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, VolumeUnit displayUnit, int rows, int cols) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatVolumeMatrix
(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, VolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatVolume in org.djunits.value.vfloat.scalar
Modifier and TypeFieldDescriptionstatic final FloatVolume
FloatVolume.NaN
Constant with value NaN.static final FloatVolume
FloatVolume.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatVolume
FloatVolume.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatVolume
FloatVolume.ONE
Constant with value one.static final FloatVolume
FloatVolume.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatVolume
FloatVolume.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatVolume
FloatVolume.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatVolume
FloatSIScalar.asVolume()
Return the current scalar as a volume.final FloatVolume
FloatSIScalar.asVolume
(VolumeUnit displayUnit) Return the current scalar as a volume, and provide a display unit.final FloatVolume
FloatArea.divide
(FloatLinearDensity v) Calculate the division of FloatArea and FloatLinearDensity, which results in a FloatVolume scalar.final FloatVolume
FloatEnergy.divide
(FloatPressure v) Calculate the division of FloatEnergy and FloatPressure, which results in a FloatVolume scalar.final FloatVolume
FloatFlowVolume.divide
(FloatFrequency v) Calculate the division of FloatFlowVolume and FloatFrequency, which results in a FloatVolume scalar.final FloatVolume
FloatMass.divide
(FloatDensity v) Calculate the division of FloatMass and FloatDensity, which results in a FloatVolume scalar.final FloatVolume
FloatTorque.divide
(FloatPressure v) Calculate the division of FloatTorque and FloatPressure, which results in a FloatVolume scalar.final FloatVolume
FloatVolume.instantiateRel
(float value, VolumeUnit unit) static final FloatVolume
FloatVolume.instantiateSI
(float value) Construct FloatVolume scalar.static FloatVolume
FloatVolume.interpolate
(FloatVolume zero, FloatVolume one, float ratio) Interpolate between two values.static FloatVolume
FloatVolume.max
(FloatVolume r1, FloatVolume r2) Return the maximum value of two relative scalars.static FloatVolume
FloatVolume.max
(FloatVolume r1, FloatVolume r2, FloatVolume... rn) Return the maximum value of more than two relative scalars.static FloatVolume
FloatVolume.min
(FloatVolume r1, FloatVolume r2) Return the minimum value of two relative scalars.static FloatVolume
FloatVolume.min
(FloatVolume r1, FloatVolume r2, FloatVolume... rn) Return the minimum value of more than two relative scalars.static FloatVolume
Returns a FloatVolume based on a value and the textual representation of the unit, which can be localized.final FloatVolume
FloatArea.times
(FloatLength v) Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.final FloatVolume
FloatDimensionless.times
(FloatVolume v) Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.final FloatVolume
FloatDuration.times
(FloatFlowVolume v) Calculate the multiplication of FloatDuration and FloatFlowVolume, which results in a FloatVolume scalar.final FloatVolume
FloatFlowVolume.times
(FloatDuration v) Calculate the multiplication of FloatFlowVolume and FloatDuration, which results in a FloatVolume scalar.final FloatVolume
Calculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.static FloatVolume
Returns a FloatVolume representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatLinearDensity
FloatArea.divide
(FloatVolume v) Calculate the division of FloatArea and FloatVolume, which results in a FloatLinearDensity scalar.final FloatPressure
FloatEnergy.divide
(FloatVolume v) Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.final FloatFrequency
FloatFlowVolume.divide
(FloatVolume v) Calculate the division of FloatFlowVolume and FloatVolume, which results in a FloatFrequency scalar.final FloatDensity
FloatMass.divide
(FloatVolume v) Calculate the division of FloatMass and FloatVolume, which results in a FloatDensity scalar.final FloatPressure
FloatTorque.divide
(FloatVolume v) Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.final FloatDimensionless
FloatVolume.divide
(FloatVolume v) Calculate the division of FloatVolume and FloatVolume, which results in a FloatDimensionless scalar.static FloatVolume
FloatVolume.interpolate
(FloatVolume zero, FloatVolume one, float ratio) Interpolate between two values.static FloatVolume
FloatVolume.max
(FloatVolume r1, FloatVolume r2) Return the maximum value of two relative scalars.static FloatVolume
FloatVolume.max
(FloatVolume r1, FloatVolume r2, FloatVolume... rn) Return the maximum value of more than two relative scalars.static FloatVolume
FloatVolume.min
(FloatVolume r1, FloatVolume r2) Return the minimum value of two relative scalars.static FloatVolume
FloatVolume.min
(FloatVolume r1, FloatVolume r2, FloatVolume... rn) Return the minimum value of more than two relative scalars.final FloatMass
FloatDensity.times
(FloatVolume v) Calculate the multiplication of FloatDensity and FloatVolume, which results in a FloatMass scalar.final FloatVolume
FloatDimensionless.times
(FloatVolume v) Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.final FloatEnergy
FloatPressure.times
(FloatVolume v) Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar. -
Uses of FloatVolume in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatVolumeVector.instantiateScalarSI
(float valueSI, VolumeUnit displayUnit) ModifierConstructorDescriptionFloatVolumeVector
(FloatVolume[] data) Construct a FloatVolumeVector from an array of FloatVolume objects.FloatVolumeVector
(FloatVolume[] data, VolumeUnit displayUnit) Construct a FloatVolumeVector from an array of FloatVolume objects.FloatVolumeVector
(FloatVolume[] data, VolumeUnit displayUnit, StorageType storageType) Construct a FloatVolumeVector from an array of FloatVolume objects.FloatVolumeVector
(FloatVolume[] data, StorageType storageType) Construct a FloatVolumeVector from an array of FloatVolume objects.