Uses of Class
org.djunits.value.vdouble.scalar.AmountOfSubstance
-
Packages that use 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 AmountOfSubstance
AmountOfSubstanceMatrix. 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 AmountOfSubstance
AmountOfSubstance. NaN
Constant with value NaN.static AmountOfSubstance
AmountOfSubstance. NEG_MAXVALUE
Constant with value -MAX_VALUE.static AmountOfSubstance
AmountOfSubstance. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static AmountOfSubstance
AmountOfSubstance. ONE
Constant with value one.static AmountOfSubstance
AmountOfSubstance. POS_MAXVALUE
Constant with value MAX_VALUE.static AmountOfSubstance
AmountOfSubstance. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static AmountOfSubstance
AmountOfSubstance. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return AmountOfSubstance Modifier and Type Method Description AmountOfSubstance
SIScalar. asAmountOfSubstance()
Return the current scalar as a amountofsubstance.AmountOfSubstance
SIScalar. asAmountOfSubstance(AmountOfSubstanceUnit displayUnit)
Return the current scalar as a amountofsubstance, and provide a display unit.AmountOfSubstance
CatalyticActivity. divide(Frequency v)
Calculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.AmountOfSubstance
AmountOfSubstance. instantiateRel(double value, AmountOfSubstanceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static AmountOfSubstance
AmountOfSubstance. instantiateSI(double value)
Construct AmountOfSubstance scalar.static AmountOfSubstance
AmountOfSubstance. interpolate(AmountOfSubstance zero, AmountOfSubstance one, double ratio)
Interpolate between two values.static AmountOfSubstance
AmountOfSubstance. max(AmountOfSubstance r1, AmountOfSubstance r2)
Return the maximum value of two relative scalars.static AmountOfSubstance
AmountOfSubstance. max(AmountOfSubstance r1, AmountOfSubstance r2, AmountOfSubstance... rn)
Return the maximum value of more than two relative scalars.static AmountOfSubstance
AmountOfSubstance. min(AmountOfSubstance r1, AmountOfSubstance r2)
Return the minimum value of two relative scalars.static AmountOfSubstance
AmountOfSubstance. min(AmountOfSubstance r1, AmountOfSubstance r2, AmountOfSubstance... rn)
Return the minimum value of more than two relative scalars.static AmountOfSubstance
AmountOfSubstance. of(double value, String unitString)
Returns a AmountOfSubstance based on a value and the textual representation of the unit.AmountOfSubstance
CatalyticActivity. times(Duration v)
Calculate the multiplication of CatalyticActivity and Duration, which results in a AmountOfSubstance scalar.AmountOfSubstance
Dimensionless. times(AmountOfSubstance v)
Calculate the multiplication of Dimensionless and AmountOfSubstance, which results in a AmountOfSubstance scalar.static AmountOfSubstance
AmountOfSubstance. 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 Dimensionless
AmountOfSubstance. divide(AmountOfSubstance v)
Calculate the division of AmountOfSubstance and AmountOfSubstance, which results in a Dimensionless scalar.Frequency
CatalyticActivity. divide(AmountOfSubstance v)
Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.static AmountOfSubstance
AmountOfSubstance. interpolate(AmountOfSubstance zero, AmountOfSubstance one, double ratio)
Interpolate between two values.static AmountOfSubstance
AmountOfSubstance. max(AmountOfSubstance r1, AmountOfSubstance r2)
Return the maximum value of two relative scalars.static AmountOfSubstance
AmountOfSubstance. max(AmountOfSubstance r1, AmountOfSubstance r2, AmountOfSubstance... rn)
Return the maximum value of more than two relative scalars.static AmountOfSubstance
AmountOfSubstance. min(AmountOfSubstance r1, AmountOfSubstance r2)
Return the minimum value of two relative scalars.static AmountOfSubstance
AmountOfSubstance. min(AmountOfSubstance r1, AmountOfSubstance r2, AmountOfSubstance... rn)
Return the minimum value of more than two relative scalars.AmountOfSubstance
Dimensionless. 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 AmountOfSubstance
AmountOfSubstanceVector. 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.
-