Uses of Class
org.djunits.value.vfloat.scalar.FloatVolume
Packages that use 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
Methods in org.djunits.value.vfloat.matrix that return FloatVolumeModifier and TypeMethodDescriptionFloatVolumeMatrix.instantiateScalarSI(float valueSI, VolumeUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatVolumeConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatVolumeModifierConstructorDescriptionFloatVolumeMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatVolumeModifierConstructorDescriptionFloatVolumeMatrix(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
Fields in org.djunits.value.vfloat.scalar declared as FloatVolumeModifier and TypeFieldDescriptionstatic final FloatVolumeFloatVolume.NaNConstant with value NaN.static final FloatVolumeFloatVolume.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatVolumeFloatVolume.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatVolumeFloatVolume.ONEConstant with value one.static final FloatVolumeFloatVolume.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatVolumeFloatVolume.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatVolumeFloatVolume.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatVolumeModifier and TypeMethodDescriptionfinal FloatVolumeFloatSIScalar.asVolume()Return the current scalar as a volume.final FloatVolumeFloatSIScalar.asVolume(VolumeUnit displayUnit) Return the current scalar as a volume, and provide a display unit.final FloatVolumeFloatArea.divide(FloatLinearDensity v) Calculate the division of FloatArea and FloatLinearDensity, which results in a FloatVolume scalar.final FloatVolumeFloatEnergy.divide(FloatPressure v) Calculate the division of FloatEnergy and FloatPressure, which results in a FloatVolume scalar.final FloatVolumeFloatFlowVolume.divide(FloatFrequency v) Calculate the division of FloatFlowVolume and FloatFrequency, which results in a FloatVolume scalar.final FloatVolumeFloatMass.divide(FloatDensity v) Calculate the division of FloatMass and FloatDensity, which results in a FloatVolume scalar.final FloatVolumeFloatTorque.divide(FloatPressure v) Calculate the division of FloatTorque and FloatPressure, which results in a FloatVolume scalar.static FloatVolumeFloatVolume.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatVolume.final FloatVolumeFloatVolume.instantiateRel(float value, VolumeUnit unit) static FloatVolumeFloatVolume.interpolate(FloatVolume zero, FloatVolume one, float ratio) Interpolate between two values.static FloatVolumeFloatVolume.max(FloatVolume r1, FloatVolume r2) Return the maximum value of two relative scalars.static FloatVolumeFloatVolume.max(FloatVolume r1, FloatVolume r2, FloatVolume... rn) Return the maximum value of more than two relative scalars.static FloatVolumeFloatVolume.min(FloatVolume r1, FloatVolume r2) Return the minimum value of two relative scalars.static FloatVolumeFloatVolume.min(FloatVolume r1, FloatVolume r2, FloatVolume... rn) Return the minimum value of more than two relative scalars.static FloatVolumeFloatVolume.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatVolume.static FloatVolumeReturns a FloatVolume based on a value and the textual representation of the unit, which can be localized.static final FloatVolumeFloatVolume.ofSI(float value) Construct FloatVolume scalar based on an SI value.final FloatVolumeFloatArea.times(FloatLength v) Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.final FloatVolumeFloatDimensionless.times(FloatVolume v) Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.final FloatVolumeFloatDuration.times(FloatFlowVolume v) Calculate the multiplication of FloatDuration and FloatFlowVolume, which results in a FloatVolume scalar.final FloatVolumeFloatFlowVolume.times(FloatDuration v) Calculate the multiplication of FloatFlowVolume and FloatDuration, which results in a FloatVolume scalar.final FloatVolumeCalculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.static FloatVolumeReturns a FloatVolume representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatVolumeModifier and TypeMethodDescriptionfinal FloatLinearDensityFloatArea.divide(FloatVolume v) Calculate the division of FloatArea and FloatVolume, which results in a FloatLinearDensity scalar.final FloatPressureFloatEnergy.divide(FloatVolume v) Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.final FloatFrequencyFloatFlowVolume.divide(FloatVolume v) Calculate the division of FloatFlowVolume and FloatVolume, which results in a FloatFrequency scalar.final FloatDensityFloatMass.divide(FloatVolume v) Calculate the division of FloatMass and FloatVolume, which results in a FloatDensity scalar.final FloatPressureFloatTorque.divide(FloatVolume v) Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.final FloatDimensionlessFloatVolume.divide(FloatVolume v) Calculate the division of FloatVolume and FloatVolume, which results in a FloatDimensionless scalar.static FloatVolumeFloatVolume.interpolate(FloatVolume zero, FloatVolume one, float ratio) Interpolate between two values.static FloatVolumeFloatVolume.max(FloatVolume r1, FloatVolume r2) Return the maximum value of two relative scalars.static FloatVolumeFloatVolume.max(FloatVolume r1, FloatVolume r2, FloatVolume... rn) Return the maximum value of more than two relative scalars.static FloatVolumeFloatVolume.min(FloatVolume r1, FloatVolume r2) Return the minimum value of two relative scalars.static FloatVolumeFloatVolume.min(FloatVolume r1, FloatVolume r2, FloatVolume... rn) Return the minimum value of more than two relative scalars.final FloatMassFloatDensity.times(FloatVolume v) Calculate the multiplication of FloatDensity and FloatVolume, which results in a FloatMass scalar.final FloatVolumeFloatDimensionless.times(FloatVolume v) Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.final FloatEnergyFloatPressure.times(FloatVolume v) Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatVolume -
Uses of FloatVolume in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatVolumeModifier and TypeMethodDescriptionFloatVolumeVector.instantiateScalarSI(float valueSI, VolumeUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatVolumeConstructors in org.djunits.value.vfloat.vector with parameters of type FloatVolumeModifierConstructorDescriptionFloatVolumeVector(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.