Uses of Class
org.djunits.value.vfloat.scalar.FloatFlowVolume
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 FloatFlowVolume in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatFlowVolumeMatrix.instantiateScalarSI
(float valueSI, FlowVolumeUnit displayUnit) ModifierConstructorDescriptionFloatFlowVolumeMatrix
(FloatFlowVolume[][] data) Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.FloatFlowVolumeMatrix
(FloatFlowVolume[][] data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.FloatFlowVolumeMatrix
(FloatFlowVolume[][] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.FloatFlowVolumeMatrix
(FloatFlowVolume[][] data, StorageType storageType) Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.ModifierConstructorDescriptionFloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, int rows, int cols) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, int rows, int cols, StorageType storageType) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, FlowVolumeUnit displayUnit, int rows, int cols) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, FlowVolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatFlowVolume in org.djunits.value.vfloat.scalar
Modifier and TypeFieldDescriptionstatic final FloatFlowVolume
FloatFlowVolume.NaN
Constant with value NaN.static final FloatFlowVolume
FloatFlowVolume.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatFlowVolume
FloatFlowVolume.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatFlowVolume
FloatFlowVolume.ONE
Constant with value one.static final FloatFlowVolume
FloatFlowVolume.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatFlowVolume
FloatFlowVolume.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatFlowVolume
FloatFlowVolume.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatFlowVolume
FloatSIScalar.asFlowVolume()
Return the current scalar as a flowvolume.final FloatFlowVolume
FloatSIScalar.asFlowVolume
(FlowVolumeUnit displayUnit) Return the current scalar as a flowvolume, and provide a display unit.final FloatFlowVolume
FloatFlowMass.divide
(FloatDensity v) Calculate the division of FloatFlowMass and FloatDensity, which results in a FloatFlowVolume scalar.final FloatFlowVolume
FloatVolume.divide
(FloatDuration v) Calculate the division of FloatVolume and FloatDuration, which results in a FloatFlowVolume scalar.final FloatFlowVolume
FloatFlowVolume.instantiateRel
(float value, FlowVolumeUnit unit) static final FloatFlowVolume
FloatFlowVolume.instantiateSI
(float value) Construct FloatFlowVolume scalar.static FloatFlowVolume
FloatFlowVolume.interpolate
(FloatFlowVolume zero, FloatFlowVolume one, float ratio) Interpolate between two values.static FloatFlowVolume
FloatFlowVolume.max
(FloatFlowVolume r1, FloatFlowVolume r2) Return the maximum value of two relative scalars.static FloatFlowVolume
FloatFlowVolume.max
(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn) Return the maximum value of more than two relative scalars.static FloatFlowVolume
FloatFlowVolume.min
(FloatFlowVolume r1, FloatFlowVolume r2) Return the minimum value of two relative scalars.static FloatFlowVolume
FloatFlowVolume.min
(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn) Return the minimum value of more than two relative scalars.static FloatFlowVolume
Returns a FloatFlowVolume based on a value and the textual representation of the unit, which can be localized.final FloatFlowVolume
FloatArea.times
(FloatSpeed v) Calculate the multiplication of FloatArea and FloatSpeed, which results in a FloatFlowVolume scalar.final FloatFlowVolume
FloatDimensionless.times
(FloatFlowVolume v) Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.final FloatFlowVolume
Calculate the multiplication of FloatSpeed and FloatArea, which results in a FloatFlowVolume scalar.static FloatFlowVolume
Returns a FloatFlowVolume representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatDensity
FloatFlowMass.divide
(FloatFlowVolume v) Calculate the division of FloatFlowMass and FloatFlowVolume, which results in a FloatDensity scalar.final FloatDimensionless
FloatFlowVolume.divide
(FloatFlowVolume v) Calculate the division of FloatFlowVolume and FloatFlowVolume, which results in a FloatDimensionless scalar.final FloatDuration
FloatVolume.divide
(FloatFlowVolume v) Calculate the division of FloatVolume and FloatFlowVolume, which results in a FloatDuration scalar.static FloatFlowVolume
FloatFlowVolume.interpolate
(FloatFlowVolume zero, FloatFlowVolume one, float ratio) Interpolate between two values.static FloatFlowVolume
FloatFlowVolume.max
(FloatFlowVolume r1, FloatFlowVolume r2) Return the maximum value of two relative scalars.static FloatFlowVolume
FloatFlowVolume.max
(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn) Return the maximum value of more than two relative scalars.static FloatFlowVolume
FloatFlowVolume.min
(FloatFlowVolume r1, FloatFlowVolume r2) Return the minimum value of two relative scalars.static FloatFlowVolume
FloatFlowVolume.min
(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn) Return the minimum value of more than two relative scalars.final FloatFlowMass
FloatDensity.times
(FloatFlowVolume v) Calculate the multiplication of FloatDensity and FloatFlowVolume, which results in a FloatFlowMass scalar.final FloatFlowVolume
FloatDimensionless.times
(FloatFlowVolume v) Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.final FloatVolume
FloatDuration.times
(FloatFlowVolume v) Calculate the multiplication of FloatDuration and FloatFlowVolume, which results in a FloatVolume scalar.ModifierConstructorDescriptionFloatFlowVolume
(FloatFlowVolume value) Construct FloatFlowVolume scalar. -
Uses of FloatFlowVolume in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatFlowVolumeVector.instantiateScalarSI
(float valueSI, FlowVolumeUnit displayUnit) ModifierConstructorDescriptionFloatFlowVolumeVector
(FloatFlowVolume[] data) Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.FloatFlowVolumeVector
(FloatFlowVolume[] data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.FloatFlowVolumeVector
(FloatFlowVolume[] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.FloatFlowVolumeVector
(FloatFlowVolume[] data, StorageType storageType) Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.