Uses of Class
org.djunits.unit.MassUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
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.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of MassUnit in org.djunits.unit
Fields in org.djunits.unit declared as MassUnit Modifier and Type Field Description static MassUnit
MassUnit. DALTON
dalton.static MassUnit
MassUnit. ELECTRONVOLT
electronvolt = 1.782661907E-36 kg.static MassUnit
MassUnit. GIGAELECTRONVOLT
gigaelectronvolt.static MassUnit
MassUnit. GRAM
gram.static MassUnit
MassUnit. KILOELECTRONVOLT
kiloelectronvolt.static MassUnit
MassUnit. KILOGRAM
kilogram.static MassUnit
MassUnit. MEGAELECTRONVOLT
megaelectronvolt.static MassUnit
MassUnit. MICROELECTRONVOLT
microelectronvolt.static MassUnit
MassUnit. MICROGRAM
microgram.static MassUnit
MassUnit. MILLIELECTRONVOLT
millielectronvolt.static MassUnit
MassUnit. MILLIGRAM
milligram.static MassUnit
MassUnit. OUNCE
pound.static MassUnit
MassUnit. POUND
pound.static MassUnit
MassUnit. SI
The SI unit for mass is kilogram.static MassUnit
MassUnit. TON_LONG
long ton = 2240 lb.static MassUnit
MassUnit. TON_METRIC
metric ton = 1000 kg.static MassUnit
MassUnit. TON_SHORT
short ton = 2000 lb.static MassUnit
MassUnit. TONNE
metric ton = 1000 kg.Fields in org.djunits.unit with type parameters of type MassUnit Modifier and Type Field Description static Quantity<MassUnit>
MassUnit. BASE
The base, with "kg" as the SI signature. -
Uses of MassUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as MassUnit Modifier and Type Field Description static MassUnit
UNITS. DALTON
static MassUnit
UNITS. GRAM
static MassUnit
UNITS. KILOGRAM
static MassUnit
UNITS. MASS_ELECTRONVOLT
static MassUnit
UNITS. MASS_GIGAELECTRONVOLT
static MassUnit
UNITS. MASS_KILOELECTRONVOLT
static MassUnit
UNITS. MASS_MEGAELECTRONVOLT
static MassUnit
UNITS. MASS_MICROELECTRONVOLT
static MassUnit
UNITS. MASS_MILLIELECTRONVOLT
static MassUnit
UNITS. MICROGRAM
static MassUnit
UNITS. MILLIGRAM
static MassUnit
UNITS. OUNCE
static MassUnit
UNITS. POUND
static MassUnit
UNITS. TON_LONG
static MassUnit
UNITS. TON_METRIC
static MassUnit
UNITS. TON_SHORT
static MassUnit
UNITS. TONNE
-
Uses of MassUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type MassUnit Modifier and Type Method Description MassMatrix
SIMatrix. asMass(MassUnit displayUnit)
Return the current matrix as a mass matrix, and provide a display unit.MassMatrix
MassMatrix. instantiateMatrix(DoubleMatrixData dmd, MassUnit displayUnit)
Instantiate a new matrix of the class of this matrix.Mass
MassMatrix. instantiateScalarSI(double valueSI, MassUnit displayUnit)
Instantiate a new scalar for the class of this matrix.MassVector
MassMatrix. instantiateVector(DoubleVectorData dvd, MassUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type MassUnit Constructor Description MassMatrix(DoubleMatrixData data, MassUnit unit)
-
Uses of MassUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type MassUnit Modifier and Type Method Description Mass
SIScalar. asMass(MassUnit displayUnit)
Return the current scalar as a mass, and provide a display unit.Mass
Mass. instantiateRel(double value, MassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type MassUnit Constructor Description Mass(double value, MassUnit unit)
Construct Mass scalar. -
Uses of MassUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type MassUnit Modifier and Type Method Description MassVector
SIVector. asMass(MassUnit displayUnit)
Return the current vector as a mass vector, and provide a display unit.Mass
MassVector. instantiateScalarSI(double valueSI, MassUnit displayUnit)
Instantiate a new scalar for the class of this vector.MassVector
MassVector. instantiateVector(DoubleVectorData dvd, MassUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type MassUnit Constructor Description MassVector(DoubleVectorData data, MassUnit displayUnit)
Construct an MassVector from an internal data object. -
Uses of MassUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type MassUnit Modifier and Type Method Description FloatMassMatrix
FloatSIMatrix. asMass(MassUnit displayUnit)
Return the current matrix as a mass matrix, and provide a display unit.FloatMassMatrix
FloatMassMatrix. instantiateMatrix(FloatMatrixData fmd, MassUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatMass
FloatMassMatrix. instantiateScalarSI(float valueSI, MassUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatMassVector
FloatMassMatrix. instantiateVector(FloatVectorData fvd, MassUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type MassUnit Constructor Description FloatMassMatrix(FloatMatrixData data, MassUnit unit)
-
Uses of MassUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type MassUnit Modifier and Type Method Description FloatMass
FloatSIScalar. asMass(MassUnit displayUnit)
Return the current scalar as a mass, and provide a display unit.FloatMass
FloatMass. instantiateRel(float value, MassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type. -
Uses of MassUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type MassUnit Modifier and Type Method Description FloatMassVector
FloatSIVector. asMass(MassUnit displayUnit)
Return the current vector as a mass vector, and provide a display unit.FloatMass
FloatMassVector. instantiateScalarSI(float valueSI, MassUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatMassVector
FloatMassVector. instantiateVector(FloatVectorData fvd, MassUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type MassUnit Constructor Description FloatMassVector(FloatVectorData data, MassUnit unit)
Construct an FloatMassVector from an internal data object.