Uses of Class
org.djunits.value.vdouble.scalar.AmountOfSubstance
| 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.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of AmountOfSubstance in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AmountOfSubstance Modifier and Type Method Description AmountOfSubstanceAmountOfSubstanceMatrix. instantiateScalarSI(double valueSI, AmountOfSubstanceUnit 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 AmountOfSubstance Modifier and Type Method Description Class<AmountOfSubstance>AmountOfSubstanceMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of AmountOfSubstance in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as AmountOfSubstance Modifier and Type Field Description static AmountOfSubstanceAmountOfSubstance. NaNConstant with value NaN.static AmountOfSubstanceAmountOfSubstance. NEG_MAXVALUEConstant with value -MAX_VALUE.static AmountOfSubstanceAmountOfSubstance. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static AmountOfSubstanceAmountOfSubstance. ONEConstant with value one.static AmountOfSubstanceAmountOfSubstance. POS_MAXVALUEConstant with value MAX_VALUE.static AmountOfSubstanceAmountOfSubstance. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static AmountOfSubstanceAmountOfSubstance. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return AmountOfSubstance Modifier and Type Method Description AmountOfSubstanceSIScalar. asAmountOfSubstance()Return the current scalar as a amountofsubstance.AmountOfSubstanceSIScalar. asAmountOfSubstance(AmountOfSubstanceUnit displayUnit)Return the current scalar as a amountofsubstance, and provide a display unit.AmountOfSubstanceCatalyticActivity. divide(Frequency v)Calculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.AmountOfSubstanceAmountOfSubstance. instantiateRel(double value, AmountOfSubstanceUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static AmountOfSubstanceAmountOfSubstance. instantiateSI(double value)Construct AmountOfSubstance scalar.static AmountOfSubstanceAmountOfSubstance. interpolate(AmountOfSubstance zero, AmountOfSubstance one, double ratio)Interpolate between two values.static AmountOfSubstanceAmountOfSubstance. max(AmountOfSubstance r1, AmountOfSubstance r2)Return the maximum value of two relative scalars.static AmountOfSubstanceAmountOfSubstance. max(AmountOfSubstance r1, AmountOfSubstance r2, AmountOfSubstance... rn)Return the maximum value of more than two relative scalars.static AmountOfSubstanceAmountOfSubstance. min(AmountOfSubstance r1, AmountOfSubstance r2)Return the minimum value of two relative scalars.static AmountOfSubstanceAmountOfSubstance. min(AmountOfSubstance r1, AmountOfSubstance r2, AmountOfSubstance... rn)Return the minimum value of more than two relative scalars.static AmountOfSubstanceAmountOfSubstance. of(double value, String unitString)Returns a AmountOfSubstance based on a value and the textual representation of the unit.AmountOfSubstanceCatalyticActivity. times(Duration v)Calculate the multiplication of CatalyticActivity and Duration, which results in a AmountOfSubstance scalar.AmountOfSubstanceDimensionless. times(AmountOfSubstance v)Calculate the multiplication of Dimensionless and AmountOfSubstance, which results in a AmountOfSubstance scalar.static AmountOfSubstanceAmountOfSubstance. valueOf(String text)Returns a AmountOfSubstance representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type AmountOfSubstance Modifier and Type Method Description DimensionlessAmountOfSubstance. divide(AmountOfSubstance v)Calculate the division of AmountOfSubstance and AmountOfSubstance, which results in a Dimensionless scalar.FrequencyCatalyticActivity. divide(AmountOfSubstance v)Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.static AmountOfSubstanceAmountOfSubstance. interpolate(AmountOfSubstance zero, AmountOfSubstance one, double ratio)Interpolate between two values.static AmountOfSubstanceAmountOfSubstance. max(AmountOfSubstance r1, AmountOfSubstance r2)Return the maximum value of two relative scalars.static AmountOfSubstanceAmountOfSubstance. max(AmountOfSubstance r1, AmountOfSubstance r2, AmountOfSubstance... rn)Return the maximum value of more than two relative scalars.static AmountOfSubstanceAmountOfSubstance. min(AmountOfSubstance r1, AmountOfSubstance r2)Return the minimum value of two relative scalars.static AmountOfSubstanceAmountOfSubstance. min(AmountOfSubstance r1, AmountOfSubstance r2, AmountOfSubstance... rn)Return the minimum value of more than two relative scalars.AmountOfSubstanceDimensionless. times(AmountOfSubstance v)Calculate the multiplication of Dimensionless and AmountOfSubstance, which results in a AmountOfSubstance scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type AmountOfSubstance Constructor Description AmountOfSubstance(AmountOfSubstance value)Construct AmountOfSubstance scalar. -
Uses of AmountOfSubstance in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AmountOfSubstance Modifier and Type Method Description AmountOfSubstanceAmountOfSubstanceVector. instantiateScalarSI(double valueSI, AmountOfSubstanceUnit 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 AmountOfSubstance Modifier and Type Method Description Class<AmountOfSubstance>AmountOfSubstanceVector. getScalarClass()Return the class of the corresponding scalar.