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 MassUnitMassUnit. DALTONdalton.static MassUnitMassUnit. ELECTRONVOLTelectronvolt = 1.782661907E-36 kg.static MassUnitMassUnit. GIGAELECTRONVOLTgigaelectronvolt.static MassUnitMassUnit. GRAMgram.static MassUnitMassUnit. KILOELECTRONVOLTkiloelectronvolt.static MassUnitMassUnit. KILOGRAMkilogram.static MassUnitMassUnit. MEGAELECTRONVOLTmegaelectronvolt.static MassUnitMassUnit. MICROELECTRONVOLTmicroelectronvolt.static MassUnitMassUnit. MICROGRAMmicrogram.static MassUnitMassUnit. MILLIELECTRONVOLTmillielectronvolt.static MassUnitMassUnit. MILLIGRAMmilligram.static MassUnitMassUnit. OUNCEpound.static MassUnitMassUnit. POUNDpound.static MassUnitMassUnit. SIThe SI unit for mass is kilogram.static MassUnitMassUnit. TON_LONGlong ton = 2240 lb.static MassUnitMassUnit. TON_METRICmetric ton = 1000 kg.static MassUnitMassUnit. TON_SHORTshort ton = 2000 lb.static MassUnitMassUnit. TONNEmetric ton = 1000 kg.Fields in org.djunits.unit with type parameters of type MassUnit Modifier and Type Field Description static Quantity<MassUnit>MassUnit. BASEThe 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 MassUnitUNITS. DALTONstatic MassUnitUNITS. GRAMstatic MassUnitUNITS. KILOGRAMstatic MassUnitUNITS. MASS_ELECTRONVOLTstatic MassUnitUNITS. MASS_GIGAELECTRONVOLTstatic MassUnitUNITS. MASS_KILOELECTRONVOLTstatic MassUnitUNITS. MASS_MEGAELECTRONVOLTstatic MassUnitUNITS. MASS_MICROELECTRONVOLTstatic MassUnitUNITS. MASS_MILLIELECTRONVOLTstatic MassUnitUNITS. MICROGRAMstatic MassUnitUNITS. MILLIGRAMstatic MassUnitUNITS. OUNCEstatic MassUnitUNITS. POUNDstatic MassUnitUNITS. TON_LONGstatic MassUnitUNITS. TON_METRICstatic MassUnitUNITS. TON_SHORTstatic MassUnitUNITS. 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 MassMatrixSIMatrix. asMass(MassUnit displayUnit)Return the current matrix as a mass matrix, and provide a display unit.MassMatrixMassMatrix. instantiateMatrix(DoubleMatrixData dmd, MassUnit displayUnit)Instantiate a new matrix of the class of this matrix.MassMassMatrix. instantiateScalarSI(double valueSI, MassUnit displayUnit)Instantiate a new scalar for the class of this matrix.MassVectorMassMatrix. 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 MassSIScalar. asMass(MassUnit displayUnit)Return the current scalar as a mass, and provide a display unit.MassMass. 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 MassVectorSIVector. asMass(MassUnit displayUnit)Return the current vector as a mass vector, and provide a display unit.MassMassVector. instantiateScalarSI(double valueSI, MassUnit displayUnit)Instantiate a new scalar for the class of this vector.MassVectorMassVector. 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 FloatMassMatrixFloatSIMatrix. asMass(MassUnit displayUnit)Return the current matrix as a mass matrix, and provide a display unit.FloatMassMatrixFloatMassMatrix. instantiateMatrix(FloatMatrixData fmd, MassUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatMassFloatMassMatrix. instantiateScalarSI(float valueSI, MassUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatMassVectorFloatMassMatrix. 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 FloatMassFloatSIScalar. asMass(MassUnit displayUnit)Return the current scalar as a mass, and provide a display unit.FloatMassFloatMass. 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 FloatMassVectorFloatSIVector. asMass(MassUnit displayUnit)Return the current vector as a mass vector, and provide a display unit.FloatMassFloatMassVector. instantiateScalarSI(float valueSI, MassUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatMassVectorFloatMassVector. 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.