Uses of Class
org.djunits.value.vdouble.scalar.Mass
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return MassModifier and TypeMethodDescriptionMassMatrix.instantiateScalarSI(double valueSI, MassUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type MassConstructors in org.djunits.value.vdouble.matrix with parameters of type MassModifierConstructorDescriptionMassMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type MassModifierConstructorDescriptionMassMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as MassModifier and TypeFieldDescriptionstatic final MassMass.NaNConstant with value NaN.static final MassMass.NEG_MAXVALUEConstant with value -MAX_VALUE.static final MassMass.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final MassMass.ONEConstant with value one.static final MassMass.POS_MAXVALUEConstant with value MAX_VALUE.static final MassMass.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final MassMass.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return MassModifier and TypeMethodDescriptionfinal MassSIScalar.asMass()Return the current scalar as a mass.final MassReturn the current scalar as a mass, and provide a display unit.final MassCalculate the division of FlowMass and Frequency, which results in a Mass scalar.final MassForce.divide(Acceleration v) Calculate the division of Force and Acceleration, which results in a Mass scalar.static MassMass.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Mass.final MassCalculate the division of Momentum and Speed, which results in a Mass scalar.final MassMass.instantiateRel(double value, MassUnit unit) static MassMass.interpolate(Mass zero, Mass one, double ratio) Interpolate between two values.static MassReturn the maximum value of two relative scalars.static MassReturn the maximum value of more than two relative scalars.static MassReturn the minimum value of two relative scalars.static MassReturn the minimum value of more than two relative scalars.static MassMass.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Mass.static MassReturns a Mass based on a value and the textual representation of the unit, which can be localized.static final MassMass.ofSI(double value) Construct Mass scalar based on an SI value.final MassCalculate the multiplication of Density and Volume, which results in a Mass scalar.final MassCalculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.final MassCalculate the multiplication of Duration and FlowMass, which results in a Mass scalar.final MassCalculate the multiplication of FlowMass and Duration, which results in a Mass scalar.final MassCalculate the multiplication of Volume and Density, which results in a Mass scalar.static MassReturns a Mass representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type MassModifier and TypeMethodDescriptionfinal FrequencyCalculate the division of FlowMass and Mass, which results in a Frequency scalar.final AccelerationCalculate the division of Force and Mass, which results in a Acceleration scalar.final DimensionlessCalculate the division of Mass and Mass, which results in a Dimensionless scalar.final SpeedCalculate the division of Momentum and Mass, which results in a Speed scalar.static MassMass.interpolate(Mass zero, Mass one, double ratio) Interpolate between two values.static MassReturn the maximum value of two relative scalars.static MassReturn the maximum value of more than two relative scalars.static MassReturn the minimum value of two relative scalars.static MassReturn the minimum value of more than two relative scalars.final ForceCalculate the multiplication of Acceleration and Mass, which results in a Force scalar.final MassCalculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.final MomentumCalculate the multiplication of Speed and Mass, which results in a Momentum scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Mass -
Uses of Mass in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as MassModifier and TypeFieldDescriptionstatic final MassConstants.ELECTRONMASSMass of an electron.static final MassConstants.NEUTRONMASSMass of a neutron.static final MassConstants.PROTONMASSMass of a proton. -
Uses of Mass in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return MassModifier and TypeMethodDescriptionMassVector.instantiateScalarSI(double valueSI, MassUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type MassConstructors in org.djunits.value.vdouble.vector with parameters of type MassModifierConstructorDescriptionMassVector(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.