Uses of Class
org.djunits.value.vdouble.scalar.Mass
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.scalar.base |
Interfaces, abstract classes and utilities for DoubleScalar.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar.base |
Utilities, interfaces and abstract classes for FloatScalar.
|
-
Uses of Mass in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Mass Modifier and Type Method Description MassMassMatrix. instantiateScalarSI(double valueSI, MassUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Mass Modifier and Type Method Description Class<Mass>MassMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Mass in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Mass Modifier and Type Field Description static MassMass. NaNConstant with value NaN.static MassMass. NEG_MAXVALUEConstant with value -MAX_VALUE.static MassMass. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static MassMass. ONEConstant with value one.static MassMass. POS_MAXVALUEConstant with value MAX_VALUE.static MassMass. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static MassMass. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Mass Modifier and Type Method Description MassSIScalar. asMass()Return the current scalar as a mass.MassSIScalar. asMass(MassUnit displayUnit)Return the current scalar as a mass, and provide a display unit.MassFlowMass. divide(Frequency v)Calculate the division of FlowMass and Frequency, which results in a Mass scalar.MassForce. divide(Acceleration v)Calculate the division of Force and Acceleration, which results in a Mass scalar.MassMomentum. divide(Speed v)Calculate the division of Momentum and Speed, which results in a Mass scalar.MassMass. instantiateRel(double value, MassUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static MassMass. instantiateSI(double value)Construct Mass scalar.static MassMass. interpolate(Mass zero, Mass one, double ratio)Interpolate between two values.static MassMass. max(Mass r1, Mass r2)Return the maximum value of two relative scalars.static MassMass. max(Mass r1, Mass r2, Mass... rn)Return the maximum value of more than two relative scalars.static MassMass. min(Mass r1, Mass r2)Return the minimum value of two relative scalars.static MassMass. min(Mass r1, Mass r2, Mass... rn)Return the minimum value of more than two relative scalars.static MassMass. of(double value, String unitString)Returns a Mass based on a value and the textual representation of the unit.MassDensity. times(Volume v)Calculate the multiplication of Density and Volume, which results in a Mass scalar.MassDimensionless. times(Mass v)Calculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.MassDuration. times(FlowMass v)Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.MassFlowMass. times(Duration v)Calculate the multiplication of FlowMass and Duration, which results in a Mass scalar.MassVolume. times(Density v)Calculate the multiplication of Volume and Density, which results in a Mass scalar.static MassMass. valueOf(String text)Returns a Mass representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Mass Modifier and Type Method Description FrequencyFlowMass. divide(Mass v)Calculate the division of FlowMass and Mass, which results in a Frequency scalar.AccelerationForce. divide(Mass v)Calculate the division of Force and Mass, which results in a Acceleration scalar.DimensionlessMass. divide(Mass v)Calculate the division of Mass and Mass, which results in a Dimensionless scalar.SpeedMomentum. divide(Mass v)Calculate 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 MassMass. max(Mass r1, Mass r2)Return the maximum value of two relative scalars.static MassMass. max(Mass r1, Mass r2, Mass... rn)Return the maximum value of more than two relative scalars.static MassMass. min(Mass r1, Mass r2)Return the minimum value of two relative scalars.static MassMass. min(Mass r1, Mass r2, Mass... rn)Return the minimum value of more than two relative scalars.ForceAcceleration. times(Mass v)Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.MassDimensionless. times(Mass v)Calculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.MomentumSpeed. times(Mass v)Calculate the multiplication of Speed and Mass, which results in a Momentum scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Mass Constructor Description Mass(Mass value)Construct Mass scalar. -
Uses of Mass in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as Mass Modifier and Type Field Description static MassConstants. ELECTRONMASSMass of an electron.static MassConstants. NEUTRONMASSMass of a neutron.static MassConstants. PROTONMASSMass of a proton. -
Uses of Mass in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Mass Modifier and Type Method Description MassMassVector. instantiateScalarSI(double valueSI, MassUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Mass Modifier and Type Method Description Class<Mass>MassVector. getScalarClass()Return the class of the corresponding scalar. -
Uses of Mass in org.djunits.value.vfloat.scalar.base
Fields in org.djunits.value.vfloat.scalar.base declared as Mass Modifier and Type Field Description static MassFloatConstants. ELECTRONMASSMass of an electron.static MassFloatConstants. NEUTRONMASSMass of a neutron.static MassFloatConstants. PROTONMASSMass of a proton.