Uses of Class
org.djunits.value.vdouble.scalar.FlowMass
| 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 FlowMass in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return FlowMass Modifier and Type Method Description FlowMassFlowMassMatrix. instantiateScalarSI(double valueSI, FlowMassUnit 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 FlowMass Modifier and Type Method Description Class<FlowMass>FlowMassMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FlowMass in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as FlowMass Modifier and Type Field Description static FlowMassFlowMass. NaNConstant with value NaN.static FlowMassFlowMass. NEG_MAXVALUEConstant with value -MAX_VALUE.static FlowMassFlowMass. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FlowMassFlowMass. ONEConstant with value one.static FlowMassFlowMass. POS_MAXVALUEConstant with value MAX_VALUE.static FlowMassFlowMass. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FlowMassFlowMass. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return FlowMass Modifier and Type Method Description FlowMassSIScalar. asFlowMass()Return the current scalar as a flowmass.FlowMassSIScalar. asFlowMass(FlowMassUnit displayUnit)Return the current scalar as a flowmass, and provide a display unit.FlowMassMass. divide(Duration v)Calculate the division of Mass and Duration, which results in a FlowMass scalar.FlowMassMomentum. divide(Length v)Calculate the division of Momentum and Length, which results in a FlowMass scalar.FlowMassFlowMass. instantiateRel(double value, FlowMassUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static FlowMassFlowMass. instantiateSI(double value)Construct FlowMass scalar.static FlowMassFlowMass. interpolate(FlowMass zero, FlowMass one, double ratio)Interpolate between two values.static FlowMassFlowMass. max(FlowMass r1, FlowMass r2)Return the maximum value of two relative scalars.static FlowMassFlowMass. max(FlowMass r1, FlowMass r2, FlowMass... rn)Return the maximum value of more than two relative scalars.static FlowMassFlowMass. min(FlowMass r1, FlowMass r2)Return the minimum value of two relative scalars.static FlowMassFlowMass. min(FlowMass r1, FlowMass r2, FlowMass... rn)Return the minimum value of more than two relative scalars.static FlowMassFlowMass. of(double value, String unitString)Returns a FlowMass based on a value and the textual representation of the unit.FlowMassDensity. times(FlowVolume v)Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.FlowMassDimensionless. times(FlowMass v)Calculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.FlowMassFlowVolume. times(Density v)Calculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.FlowMassMass. times(Frequency v)Calculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.static FlowMassFlowMass. valueOf(String text)Returns a FlowMass representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type FlowMass Modifier and Type Method Description DimensionlessFlowMass. divide(FlowMass v)Calculate the division of FlowMass and FlowMass, which results in a Dimensionless scalar.DurationMass. divide(FlowMass v)Calculate the division of Mass and FlowMass, which results in a Duration scalar.LengthMomentum. divide(FlowMass v)Calculate the division of Momentum and FlowMass, which results in a Length scalar.static FlowMassFlowMass. interpolate(FlowMass zero, FlowMass one, double ratio)Interpolate between two values.static FlowMassFlowMass. max(FlowMass r1, FlowMass r2)Return the maximum value of two relative scalars.static FlowMassFlowMass. max(FlowMass r1, FlowMass r2, FlowMass... rn)Return the maximum value of more than two relative scalars.static FlowMassFlowMass. min(FlowMass r1, FlowMass r2)Return the minimum value of two relative scalars.static FlowMassFlowMass. min(FlowMass r1, FlowMass r2, FlowMass... rn)Return the minimum value of more than two relative scalars.FlowMassDimensionless. times(FlowMass v)Calculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.MassDuration. times(FlowMass v)Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.MomentumLength. times(FlowMass v)Calculate the multiplication of Length and FlowMass, which results in a Momentum scalar.ForceSpeed. times(FlowMass v)Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type FlowMass Constructor Description FlowMass(FlowMass value)Construct FlowMass scalar. -
Uses of FlowMass in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return FlowMass Modifier and Type Method Description FlowMassFlowMassVector. instantiateScalarSI(double valueSI, FlowMassUnit 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 FlowMass Modifier and Type Method Description Class<FlowMass>FlowMassVector. getScalarClass()Return the class of the corresponding scalar.