Uses of Class
org.djunits.value.vdouble.scalar.Mass
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.
Interfaces, abstract classes and utilities for DoubleScalar.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Mass in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionMassMatrix.instantiateScalarSI
(double valueSI, MassUnit displayUnit) ModifierConstructorDescriptionMassMatrix
(Mass[][] data) Construct a MassMatrix from an array of an array of Mass objects.MassMatrix
(Mass[][] data, MassUnit displayUnit) Construct a MassMatrix from an array of an array of Mass objects.MassMatrix
(Mass[][] data, MassUnit displayUnit, StorageType storageType) Construct a MassMatrix from an array of an array of Mass objects.MassMatrix
(Mass[][] data, StorageType storageType) Construct a MassMatrix from an array of an array of Mass objects.ModifierConstructorDescriptionMassMatrix
(Collection<DoubleSparseValue<MassUnit, Mass>> data, int rows, int cols) Construct a MassMatrix from a (sparse) collection of DoubleSparseValue objects.MassMatrix
(Collection<DoubleSparseValue<MassUnit, Mass>> data, int rows, int cols, StorageType storageType) Construct a MassMatrix from a (sparse) collection of DoubleSparseValue objects.MassMatrix
(Collection<DoubleSparseValue<MassUnit, Mass>> data, MassUnit displayUnit, int rows, int cols) Construct a MassMatrix from a (sparse) collection of DoubleSparseValue objects.MassMatrix
(Collection<DoubleSparseValue<MassUnit, Mass>> data, MassUnit displayUnit, int rows, int cols, StorageType storageType) Construct a MassMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Mass in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Mass
Mass.NaN
Constant with value NaN.static final Mass
Mass.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Mass
Mass.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Mass
Mass.ONE
Constant with value one.static final Mass
Mass.POS_MAXVALUE
Constant with value MAX_VALUE.static final Mass
Mass.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Mass
Mass.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Mass
SIScalar.asMass()
Return the current scalar as a mass.final Mass
Return the current scalar as a mass, and provide a display unit.final Mass
Calculate the division of FlowMass and Frequency, which results in a Mass scalar.final Mass
Force.divide
(Acceleration v) Calculate the division of Force and Acceleration, which results in a Mass scalar.final Mass
Calculate the division of Momentum and Speed, which results in a Mass scalar.final Mass
Mass.instantiateRel
(double value, MassUnit unit) static final Mass
Mass.instantiateSI
(double value) Construct Mass scalar.static Mass
Mass.interpolate
(Mass zero, Mass one, double ratio) Interpolate between two values.static Mass
Return the maximum value of two relative scalars.static Mass
Return the maximum value of more than two relative scalars.static Mass
Return the minimum value of two relative scalars.static Mass
Return the minimum value of more than two relative scalars.static Mass
Returns a Mass based on a value and the textual representation of the unit, which can be localized.final Mass
Calculate the multiplication of Density and Volume, which results in a Mass scalar.final Mass
Calculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.final Mass
Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.final Mass
Calculate the multiplication of FlowMass and Duration, which results in a Mass scalar.final Mass
Calculate the multiplication of Volume and Density, which results in a Mass scalar.static Mass
Returns a Mass representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Frequency
Calculate the division of FlowMass and Mass, which results in a Frequency scalar.final Acceleration
Calculate the division of Force and Mass, which results in a Acceleration scalar.final Dimensionless
Calculate the division of Mass and Mass, which results in a Dimensionless scalar.final Speed
Calculate the division of Momentum and Mass, which results in a Speed scalar.static Mass
Mass.interpolate
(Mass zero, Mass one, double ratio) Interpolate between two values.static Mass
Return the maximum value of two relative scalars.static Mass
Return the maximum value of more than two relative scalars.static Mass
Return the minimum value of two relative scalars.static Mass
Return the minimum value of more than two relative scalars.final Force
Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.final Mass
Calculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.final Momentum
Calculate the multiplication of Speed and Mass, which results in a Momentum scalar. -
Uses of Mass in org.djunits.value.vdouble.scalar.base
Modifier and TypeFieldDescriptionstatic final Mass
Constants.ELECTRONMASS
Mass of an electron.static final Mass
Constants.NEUTRONMASS
Mass of a neutron.static final Mass
Constants.PROTONMASS
Mass of a proton. -
Uses of Mass in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionMassVector.instantiateScalarSI
(double valueSI, MassUnit displayUnit) ModifierConstructorDescriptionMassVector
(Mass[] data) Construct an MassVector from an array of Mass objects.MassVector
(Mass[] data, MassUnit displayUnit) Construct an MassVector from an array of Mass objects.MassVector
(Mass[] data, MassUnit displayUnit, StorageType storageType) Construct an MassVector from an array of Mass objects.MassVector
(Mass[] data, StorageType storageType) Construct an MassVector from an array of Mass objects.