Uses of Class
org.djunits.value.vfloat.scalar.FloatMass
Packages that use 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
Methods in org.djunits.value.vfloat.matrix that return FloatMassModifier and TypeMethodDescriptionFloatMassMatrix.instantiateScalarSI(float valueSI, MassUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatMassConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatMassModifierConstructorDescriptionFloatMassMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatMassModifierConstructorDescriptionFloatMassMatrix(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
Fields in org.djunits.value.vfloat.scalar declared as FloatMassModifier and TypeFieldDescriptionstatic final FloatMassFloatMass.NaNConstant with value NaN.static final FloatMassFloatMass.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatMassFloatMass.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatMassFloatMass.ONEConstant with value one.static final FloatMassFloatMass.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatMassFloatMass.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatMassFloatMass.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatMassModifier and TypeMethodDescriptionfinal FloatMassFloatSIScalar.asMass()Return the current scalar as a mass.final FloatMassReturn the current scalar as a mass, and provide a display unit.final FloatMassFloatFlowMass.divide(FloatFrequency v) Calculate the division of FloatFlowMass and FloatFrequency, which results in a FloatMass scalar.final FloatMassFloatForce.divide(FloatAcceleration v) Calculate the division of FloatForce and FloatAcceleration, which results in a FloatMass scalar.static FloatMassFloatMass.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatMass.final FloatMassFloatMomentum.divide(FloatSpeed v) Calculate the division of FloatMomentum and FloatSpeed, which results in a FloatMass scalar.final FloatMassFloatMass.instantiateRel(float value, MassUnit unit) static FloatMassFloatMass.interpolate(FloatMass zero, FloatMass one, float ratio) Interpolate between two values.static FloatMassReturn the maximum value of two relative scalars.static FloatMassReturn the maximum value of more than two relative scalars.static FloatMassReturn the minimum value of two relative scalars.static FloatMassReturn the minimum value of more than two relative scalars.static FloatMassFloatMass.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatMass.static FloatMassReturns a FloatMass based on a value and the textual representation of the unit, which can be localized.static final FloatMassFloatMass.ofSI(float value) Construct FloatMass scalar based on an SI value.final FloatMassFloatDensity.times(FloatVolume v) Calculate the multiplication of FloatDensity and FloatVolume, which results in a FloatMass scalar.final FloatMassCalculate the multiplication of FloatDimensionless and FloatMass, which results in a FloatMass scalar.final FloatMassFloatDuration.times(FloatFlowMass v) Calculate the multiplication of FloatDuration and FloatFlowMass, which results in a FloatMass scalar.final FloatMassFloatFlowMass.times(FloatDuration v) Calculate the multiplication of FloatFlowMass and FloatDuration, which results in a FloatMass scalar.final FloatMassFloatVolume.times(FloatDensity v) Calculate the multiplication of FloatVolume and FloatDensity, which results in a FloatMass scalar.static FloatMassReturns a FloatMass representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatMassModifier and TypeMethodDescriptionfinal FloatFrequencyCalculate the division of FloatFlowMass and FloatMass, which results in a FloatFrequency scalar.final FloatAccelerationCalculate the division of FloatForce and FloatMass, which results in a FloatAcceleration scalar.final FloatDimensionlessCalculate the division of FloatMass and FloatMass, which results in a FloatDimensionless scalar.final FloatSpeedCalculate the division of FloatMomentum and FloatMass, which results in a FloatSpeed scalar.static FloatMassFloatMass.interpolate(FloatMass zero, FloatMass one, float ratio) Interpolate between two values.static FloatMassReturn the maximum value of two relative scalars.static FloatMassReturn the maximum value of more than two relative scalars.static FloatMassReturn the minimum value of two relative scalars.static FloatMassReturn the minimum value of more than two relative scalars.final FloatForceCalculate the multiplication of FloatAcceleration and FloatMass, which results in a FloatForce scalar.final FloatMassCalculate the multiplication of FloatDimensionless and FloatMass, which results in a FloatMass scalar.final FloatMomentumCalculate the multiplication of FloatSpeed and FloatMass, which results in a FloatMomentum scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatMass -
Uses of FloatMass in org.djunits.value.vfloat.scalar.base
Fields in org.djunits.value.vfloat.scalar.base declared as FloatMassModifier and TypeFieldDescriptionstatic final FloatMassFloatConstants.ELECTRONMASSMass of an electron.static final FloatMassFloatConstants.NEUTRONMASSMass of a neutron.static final FloatMassFloatConstants.PROTONMASSMass of a proton. -
Uses of FloatMass in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatMassModifier and TypeMethodDescriptionFloatMassVector.instantiateScalarSI(float valueSI, MassUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatMassConstructors in org.djunits.value.vfloat.vector with parameters of type FloatMassModifierConstructorDescriptionFloatMassVector(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.