Uses of Class
org.djunits.value.vdouble.scalar.FlowVolume
| 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 FlowVolume in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return FlowVolume Modifier and Type Method Description FlowVolumeFlowVolumeMatrix. instantiateScalarSI(double valueSI, FlowVolumeUnit 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 FlowVolume Modifier and Type Method Description Class<FlowVolume>FlowVolumeMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FlowVolume in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as FlowVolume Modifier and Type Field Description static FlowVolumeFlowVolume. NaNConstant with value NaN.static FlowVolumeFlowVolume. NEG_MAXVALUEConstant with value -MAX_VALUE.static FlowVolumeFlowVolume. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FlowVolumeFlowVolume. ONEConstant with value one.static FlowVolumeFlowVolume. POS_MAXVALUEConstant with value MAX_VALUE.static FlowVolumeFlowVolume. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FlowVolumeFlowVolume. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return FlowVolume Modifier and Type Method Description FlowVolumeSIScalar. asFlowVolume()Return the current scalar as a flowvolume.FlowVolumeSIScalar. asFlowVolume(FlowVolumeUnit displayUnit)Return the current scalar as a flowvolume, and provide a display unit.FlowVolumeFlowMass. divide(Density v)Calculate the division of FlowMass and Density, which results in a FlowVolume scalar.FlowVolumeVolume. divide(Duration v)Calculate the division of Volume and Duration, which results in a FlowVolume scalar.FlowVolumeFlowVolume. instantiateRel(double value, FlowVolumeUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static FlowVolumeFlowVolume. instantiateSI(double value)Construct FlowVolume scalar.static FlowVolumeFlowVolume. interpolate(FlowVolume zero, FlowVolume one, double ratio)Interpolate between two values.static FlowVolumeFlowVolume. max(FlowVolume r1, FlowVolume r2)Return the maximum value of two relative scalars.static FlowVolumeFlowVolume. max(FlowVolume r1, FlowVolume r2, FlowVolume... rn)Return the maximum value of more than two relative scalars.static FlowVolumeFlowVolume. min(FlowVolume r1, FlowVolume r2)Return the minimum value of two relative scalars.static FlowVolumeFlowVolume. min(FlowVolume r1, FlowVolume r2, FlowVolume... rn)Return the minimum value of more than two relative scalars.static FlowVolumeFlowVolume. of(double value, String unitString)Returns a FlowVolume based on a value and the textual representation of the unit.FlowVolumeArea. times(Speed v)Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.FlowVolumeDimensionless. times(FlowVolume v)Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.FlowVolumeSpeed. times(Area v)Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar.static FlowVolumeFlowVolume. valueOf(String text)Returns a FlowVolume representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type FlowVolume Modifier and Type Method Description DensityFlowMass. divide(FlowVolume v)Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.DimensionlessFlowVolume. divide(FlowVolume v)Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless scalar.DurationVolume. divide(FlowVolume v)Calculate the division of Volume and FlowVolume, which results in a Duration scalar.static FlowVolumeFlowVolume. interpolate(FlowVolume zero, FlowVolume one, double ratio)Interpolate between two values.static FlowVolumeFlowVolume. max(FlowVolume r1, FlowVolume r2)Return the maximum value of two relative scalars.static FlowVolumeFlowVolume. max(FlowVolume r1, FlowVolume r2, FlowVolume... rn)Return the maximum value of more than two relative scalars.static FlowVolumeFlowVolume. min(FlowVolume r1, FlowVolume r2)Return the minimum value of two relative scalars.static FlowVolumeFlowVolume. min(FlowVolume r1, FlowVolume r2, FlowVolume... rn)Return the minimum value of more than two relative scalars.FlowMassDensity. times(FlowVolume v)Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.FlowVolumeDimensionless. times(FlowVolume v)Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.VolumeDuration. times(FlowVolume v)Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type FlowVolume Constructor Description FlowVolume(FlowVolume value)Construct FlowVolume scalar. -
Uses of FlowVolume in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return FlowVolume Modifier and Type Method Description FlowVolumeFlowVolumeVector. instantiateScalarSI(double valueSI, FlowVolumeUnit 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 FlowVolume Modifier and Type Method Description Class<FlowVolume>FlowVolumeVector. getScalarClass()Return the class of the corresponding scalar.