Uses of Class
org.djunits.value.vfloat.scalar.FloatMass
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Utilities, interfaces and abstract classes for FloatScalar.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FloatMass in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatMassMatrix.instantiateScalarSI
(float valueSI, MassUnit displayUnit) ModifierConstructorDescriptionFloatMassMatrix
(FloatMass[][] data) Construct a FloatMassMatrix from an array of an array of FloatMass objects.FloatMassMatrix
(FloatMass[][] data, MassUnit displayUnit) Construct a FloatMassMatrix from an array of an array of FloatMass objects.FloatMassMatrix
(FloatMass[][] data, MassUnit displayUnit, StorageType storageType) Construct a FloatMassMatrix from an array of an array of FloatMass objects.FloatMassMatrix
(FloatMass[][] data, StorageType storageType) Construct a FloatMassMatrix from an array of an array of FloatMass objects.ModifierConstructorDescriptionFloatMassMatrix
(Collection<FloatSparseValue<MassUnit, FloatMass>> data, int rows, int cols) Construct a FloatMassMatrix from a (sparse) collection of FloatSparseValue objects.FloatMassMatrix
(Collection<FloatSparseValue<MassUnit, FloatMass>> data, int rows, int cols, StorageType storageType) Construct a FloatMassMatrix from a (sparse) collection of FloatSparseValue objects.FloatMassMatrix
(Collection<FloatSparseValue<MassUnit, FloatMass>> data, MassUnit displayUnit, int rows, int cols) Construct a FloatMassMatrix from a (sparse) collection of FloatSparseValue objects.FloatMassMatrix
(Collection<FloatSparseValue<MassUnit, FloatMass>> data, MassUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatMassMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatMass in org.djunits.value.vfloat.scalar
Modifier and TypeFieldDescriptionstatic final FloatMass
FloatMass.NaN
Constant with value NaN.static final FloatMass
FloatMass.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatMass
FloatMass.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatMass
FloatMass.ONE
Constant with value one.static final FloatMass
FloatMass.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatMass
FloatMass.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatMass
FloatMass.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatMass
FloatSIScalar.asMass()
Return the current scalar as a mass.final FloatMass
Return the current scalar as a mass, and provide a display unit.final FloatMass
FloatFlowMass.divide
(FloatFrequency v) Calculate the division of FloatFlowMass and FloatFrequency, which results in a FloatMass scalar.final FloatMass
FloatForce.divide
(FloatAcceleration v) Calculate the division of FloatForce and FloatAcceleration, which results in a FloatMass scalar.final FloatMass
FloatMomentum.divide
(FloatSpeed v) Calculate the division of FloatMomentum and FloatSpeed, which results in a FloatMass scalar.final FloatMass
FloatMass.instantiateRel
(float value, MassUnit unit) static final FloatMass
FloatMass.instantiateSI
(float value) Construct FloatMass scalar.static FloatMass
FloatMass.interpolate
(FloatMass zero, FloatMass one, float ratio) Interpolate between two values.static FloatMass
Return the maximum value of two relative scalars.static FloatMass
Return the maximum value of more than two relative scalars.static FloatMass
Return the minimum value of two relative scalars.static FloatMass
Return the minimum value of more than two relative scalars.static FloatMass
Returns a FloatMass based on a value and the textual representation of the unit, which can be localized.final FloatMass
FloatDensity.times
(FloatVolume v) Calculate the multiplication of FloatDensity and FloatVolume, which results in a FloatMass scalar.final FloatMass
Calculate the multiplication of FloatDimensionless and FloatMass, which results in a FloatMass scalar.final FloatMass
FloatDuration.times
(FloatFlowMass v) Calculate the multiplication of FloatDuration and FloatFlowMass, which results in a FloatMass scalar.final FloatMass
FloatFlowMass.times
(FloatDuration v) Calculate the multiplication of FloatFlowMass and FloatDuration, which results in a FloatMass scalar.final FloatMass
FloatVolume.times
(FloatDensity v) Calculate the multiplication of FloatVolume and FloatDensity, which results in a FloatMass scalar.static FloatMass
Returns a FloatMass representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatFrequency
Calculate the division of FloatFlowMass and FloatMass, which results in a FloatFrequency scalar.final FloatAcceleration
Calculate the division of FloatForce and FloatMass, which results in a FloatAcceleration scalar.final FloatDimensionless
Calculate the division of FloatMass and FloatMass, which results in a FloatDimensionless scalar.final FloatSpeed
Calculate the division of FloatMomentum and FloatMass, which results in a FloatSpeed scalar.static FloatMass
FloatMass.interpolate
(FloatMass zero, FloatMass one, float ratio) Interpolate between two values.static FloatMass
Return the maximum value of two relative scalars.static FloatMass
Return the maximum value of more than two relative scalars.static FloatMass
Return the minimum value of two relative scalars.static FloatMass
Return the minimum value of more than two relative scalars.final FloatForce
Calculate the multiplication of FloatAcceleration and FloatMass, which results in a FloatForce scalar.final FloatMass
Calculate the multiplication of FloatDimensionless and FloatMass, which results in a FloatMass scalar.final FloatMomentum
Calculate the multiplication of FloatSpeed and FloatMass, which results in a FloatMomentum scalar. -
Uses of FloatMass in org.djunits.value.vfloat.scalar.base
Modifier and TypeFieldDescriptionstatic final FloatMass
FloatConstants.ELECTRONMASS
Mass of an electron.static final FloatMass
FloatConstants.NEUTRONMASS
Mass of a neutron.static final FloatMass
FloatConstants.PROTONMASS
Mass of a proton. -
Uses of FloatMass in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatMassVector.instantiateScalarSI
(float valueSI, MassUnit displayUnit) ModifierConstructorDescriptionFloatMassVector
(FloatMass[] data) Construct a FloatMassVector from an array of FloatMass objects.FloatMassVector
(FloatMass[] data, MassUnit displayUnit) Construct a FloatMassVector from an array of FloatMass objects.FloatMassVector
(FloatMass[] data, MassUnit displayUnit, StorageType storageType) Construct a FloatMassVector from an array of FloatMass objects.FloatMassVector
(FloatMass[] data, StorageType storageType) Construct a FloatMassVector from an array of FloatMass objects.