Uses of Class
org.djunits.value.vdouble.scalar.FlowMass
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 FlowMass in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionFlowMassMatrix.instantiateScalarSI
(double valueSI, FlowMassUnit displayUnit) ModifierConstructorDescriptionFlowMassMatrix
(FlowMass[][] data) Construct a FlowMassMatrix from an array of an array of FlowMass objects.FlowMassMatrix
(FlowMass[][] data, FlowMassUnit displayUnit) Construct a FlowMassMatrix from an array of an array of FlowMass objects.FlowMassMatrix
(FlowMass[][] data, FlowMassUnit displayUnit, StorageType storageType) Construct a FlowMassMatrix from an array of an array of FlowMass objects.FlowMassMatrix
(FlowMass[][] data, StorageType storageType) Construct a FlowMassMatrix from an array of an array of FlowMass objects.ModifierConstructorDescriptionFlowMassMatrix
(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>> data, int rows, int cols) Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.FlowMassMatrix
(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>> data, int rows, int cols, StorageType storageType) Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.FlowMassMatrix
(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>> data, FlowMassUnit displayUnit, int rows, int cols) Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.FlowMassMatrix
(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>> data, FlowMassUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of FlowMass in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final FlowMass
FlowMass.NaN
Constant with value NaN.static final FlowMass
FlowMass.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FlowMass
FlowMass.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FlowMass
FlowMass.ONE
Constant with value one.static final FlowMass
FlowMass.POS_MAXVALUE
Constant with value MAX_VALUE.static final FlowMass
FlowMass.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FlowMass
FlowMass.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FlowMass
SIScalar.asFlowMass()
Return the current scalar as a flowmass.final FlowMass
SIScalar.asFlowMass
(FlowMassUnit displayUnit) Return the current scalar as a flowmass, and provide a display unit.final FlowMass
Calculate the division of Mass and Duration, which results in a FlowMass scalar.final FlowMass
Calculate the division of Momentum and Length, which results in a FlowMass scalar.final FlowMass
FlowMass.instantiateRel
(double value, FlowMassUnit unit) static final FlowMass
FlowMass.instantiateSI
(double value) Construct FlowMass scalar.static FlowMass
FlowMass.interpolate
(FlowMass zero, FlowMass one, double ratio) Interpolate between two values.static FlowMass
Return the maximum value of two relative scalars.static FlowMass
Return the maximum value of more than two relative scalars.static FlowMass
Return the minimum value of two relative scalars.static FlowMass
Return the minimum value of more than two relative scalars.static FlowMass
Returns a FlowMass based on a value and the textual representation of the unit, which can be localized.final FlowMass
Density.times
(FlowVolume v) Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.final FlowMass
Calculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.final FlowMass
Calculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.final FlowMass
Calculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.static FlowMass
Returns a FlowMass representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Dimensionless
Calculate the division of FlowMass and FlowMass, which results in a Dimensionless scalar.final Duration
Calculate the division of Mass and FlowMass, which results in a Duration scalar.final Length
Calculate the division of Momentum and FlowMass, which results in a Length scalar.static FlowMass
FlowMass.interpolate
(FlowMass zero, FlowMass one, double ratio) Interpolate between two values.static FlowMass
Return the maximum value of two relative scalars.static FlowMass
Return the maximum value of more than two relative scalars.static FlowMass
Return the minimum value of two relative scalars.static FlowMass
Return the minimum value of more than two relative scalars.final FlowMass
Calculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.final Mass
Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.final Momentum
Calculate the multiplication of Length and FlowMass, which results in a Momentum scalar.final Force
Calculate the multiplication of Speed and FlowMass, which results in a Force scalar. -
Uses of FlowMass in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionFlowMassVector.instantiateScalarSI
(double valueSI, FlowMassUnit displayUnit) ModifierConstructorDescriptionFlowMassVector
(FlowMass[] data) Construct an FlowMassVector from an array of FlowMass objects.FlowMassVector
(FlowMass[] data, FlowMassUnit displayUnit) Construct an FlowMassVector from an array of FlowMass objects.FlowMassVector
(FlowMass[] data, FlowMassUnit displayUnit, StorageType storageType) Construct an FlowMassVector from an array of FlowMass objects.FlowMassVector
(FlowMass[] data, StorageType storageType) Construct an FlowMassVector from an array of FlowMass objects.