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 Mass
MassMatrix. 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 Mass
Mass. NaN
Constant with value NaN.static Mass
Mass. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Mass
Mass. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Mass
Mass. ONE
Constant with value one.static Mass
Mass. POS_MAXVALUE
Constant with value MAX_VALUE.static Mass
Mass. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Mass
Mass. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Mass Modifier and Type Method Description Mass
SIScalar. asMass()
Return the current scalar as a mass.Mass
SIScalar. asMass(MassUnit displayUnit)
Return the current scalar as a mass, and provide a display unit.Mass
FlowMass. divide(Frequency v)
Calculate the division of FlowMass and Frequency, which results in a Mass scalar.Mass
Force. divide(Acceleration v)
Calculate the division of Force and Acceleration, which results in a Mass scalar.Mass
Momentum. divide(Speed v)
Calculate the division of Momentum and Speed, which results in a Mass scalar.Mass
Mass. instantiateRel(double value, MassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Mass
Mass. instantiateSI(double value)
Construct Mass scalar.static Mass
Mass. interpolate(Mass zero, Mass one, double ratio)
Interpolate between two values.static Mass
Mass. max(Mass r1, Mass r2)
Return the maximum value of two relative scalars.static Mass
Mass. max(Mass r1, Mass r2, Mass... rn)
Return the maximum value of more than two relative scalars.static Mass
Mass. min(Mass r1, Mass r2)
Return the minimum value of two relative scalars.static Mass
Mass. min(Mass r1, Mass r2, Mass... rn)
Return the minimum value of more than two relative scalars.static Mass
Mass. of(double value, String unitString)
Returns a Mass based on a value and the textual representation of the unit.Mass
Density. times(Volume v)
Calculate the multiplication of Density and Volume, which results in a Mass scalar.Mass
Dimensionless. times(Mass v)
Calculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.Mass
Duration. times(FlowMass v)
Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.Mass
FlowMass. times(Duration v)
Calculate the multiplication of FlowMass and Duration, which results in a Mass scalar.Mass
Volume. times(Density v)
Calculate the multiplication of Volume and Density, which results in a Mass scalar.static Mass
Mass. 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 Frequency
FlowMass. divide(Mass v)
Calculate the division of FlowMass and Mass, which results in a Frequency scalar.Acceleration
Force. divide(Mass v)
Calculate the division of Force and Mass, which results in a Acceleration scalar.Dimensionless
Mass. divide(Mass v)
Calculate the division of Mass and Mass, which results in a Dimensionless scalar.Speed
Momentum. divide(Mass v)
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
Mass. max(Mass r1, Mass r2)
Return the maximum value of two relative scalars.static Mass
Mass. max(Mass r1, Mass r2, Mass... rn)
Return the maximum value of more than two relative scalars.static Mass
Mass. min(Mass r1, Mass r2)
Return the minimum value of two relative scalars.static Mass
Mass. min(Mass r1, Mass r2, Mass... rn)
Return the minimum value of more than two relative scalars.Force
Acceleration. times(Mass v)
Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.Mass
Dimensionless. times(Mass v)
Calculate the multiplication of Dimensionless and Mass, which results in a Mass scalar.Momentum
Speed. 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 Mass
Constants. ELECTRONMASS
Mass of an electron.static Mass
Constants. NEUTRONMASS
Mass of a neutron.static Mass
Constants. PROTONMASS
Mass 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 Mass
MassVector. 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 Mass
FloatConstants. ELECTRONMASS
Mass of an electron.static Mass
FloatConstants. NEUTRONMASS
Mass of a neutron.static Mass
FloatConstants. PROTONMASS
Mass of a proton.