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 FlowMass
FlowMassMatrix. 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 FlowMass
FlowMass. NaN
Constant with value NaN.static FlowMass
FlowMass. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FlowMass
FlowMass. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FlowMass
FlowMass. ONE
Constant with value one.static FlowMass
FlowMass. POS_MAXVALUE
Constant with value MAX_VALUE.static FlowMass
FlowMass. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FlowMass
FlowMass. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return FlowMass Modifier and Type Method Description FlowMass
SIScalar. asFlowMass()
Return the current scalar as a flowmass.FlowMass
SIScalar. asFlowMass(FlowMassUnit displayUnit)
Return the current scalar as a flowmass, and provide a display unit.FlowMass
Mass. divide(Duration v)
Calculate the division of Mass and Duration, which results in a FlowMass scalar.FlowMass
Momentum. divide(Length v)
Calculate the division of Momentum and Length, which results in a FlowMass scalar.FlowMass
FlowMass. instantiateRel(double value, FlowMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static FlowMass
FlowMass. instantiateSI(double value)
Construct FlowMass scalar.static FlowMass
FlowMass. interpolate(FlowMass zero, FlowMass one, double ratio)
Interpolate between two values.static FlowMass
FlowMass. max(FlowMass r1, FlowMass r2)
Return the maximum value of two relative scalars.static FlowMass
FlowMass. max(FlowMass r1, FlowMass r2, FlowMass... rn)
Return the maximum value of more than two relative scalars.static FlowMass
FlowMass. min(FlowMass r1, FlowMass r2)
Return the minimum value of two relative scalars.static FlowMass
FlowMass. min(FlowMass r1, FlowMass r2, FlowMass... rn)
Return the minimum value of more than two relative scalars.static FlowMass
FlowMass. of(double value, String unitString)
Returns a FlowMass based on a value and the textual representation of the unit.FlowMass
Density. times(FlowVolume v)
Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.FlowMass
Dimensionless. times(FlowMass v)
Calculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.FlowMass
FlowVolume. times(Density v)
Calculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.FlowMass
Mass. times(Frequency v)
Calculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.static FlowMass
FlowMass. 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 Dimensionless
FlowMass. divide(FlowMass v)
Calculate the division of FlowMass and FlowMass, which results in a Dimensionless scalar.Duration
Mass. divide(FlowMass v)
Calculate the division of Mass and FlowMass, which results in a Duration scalar.Length
Momentum. divide(FlowMass v)
Calculate the division of Momentum and FlowMass, which results in a Length scalar.static FlowMass
FlowMass. interpolate(FlowMass zero, FlowMass one, double ratio)
Interpolate between two values.static FlowMass
FlowMass. max(FlowMass r1, FlowMass r2)
Return the maximum value of two relative scalars.static FlowMass
FlowMass. max(FlowMass r1, FlowMass r2, FlowMass... rn)
Return the maximum value of more than two relative scalars.static FlowMass
FlowMass. min(FlowMass r1, FlowMass r2)
Return the minimum value of two relative scalars.static FlowMass
FlowMass. min(FlowMass r1, FlowMass r2, FlowMass... rn)
Return the minimum value of more than two relative scalars.FlowMass
Dimensionless. times(FlowMass v)
Calculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.Mass
Duration. times(FlowMass v)
Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.Momentum
Length. times(FlowMass v)
Calculate the multiplication of Length and FlowMass, which results in a Momentum scalar.Force
Speed. 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 FlowMass
FlowMassVector. 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.