Uses of Class
org.djunits.value.vfloat.scalar.FloatPressure
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatPressure in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatPressure Modifier and Type Method Description FloatPressureFloatPressureMatrix. instantiateScalarSI(float valueSI, PressureUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatPressure Modifier and Type Method Description Class<FloatPressure>FloatPressureMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatPressure in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatPressure Modifier and Type Field Description static FloatPressureFloatPressure. NaNConstant with value NaN.static FloatPressureFloatPressure. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatPressureFloatPressure. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatPressureFloatPressure. ONEConstant with value one.static FloatPressureFloatPressure. POS_MAXVALUEConstant with value MAX_VALUE.static FloatPressureFloatPressure. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatPressureFloatPressure. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatPressure Modifier and Type Method Description FloatPressureFloatSIScalar. asPressure()Return the current scalar as a pressure.FloatPressureFloatSIScalar. asPressure(PressureUnit displayUnit)Return the current scalar as a pressure, and provide a display unit.FloatPressureFloatEnergy. divide(FloatVolume v)Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.FloatPressureFloatForce. divide(FloatArea v)Calculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.FloatPressureFloatTorque. divide(FloatVolume v)Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.FloatPressureFloatPressure. instantiateRel(float value, PressureUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatPressureFloatPressure. instantiateSI(float value)Construct FloatPressure scalar.static FloatPressureFloatPressure. interpolate(FloatPressure zero, FloatPressure one, float ratio)Interpolate between two values.static FloatPressureFloatPressure. max(FloatPressure r1, FloatPressure r2)Return the maximum value of two relative scalars.static FloatPressureFloatPressure. max(FloatPressure r1, FloatPressure r2, FloatPressure... rn)Return the maximum value of more than two relative scalars.static FloatPressureFloatPressure. min(FloatPressure r1, FloatPressure r2)Return the minimum value of two relative scalars.static FloatPressureFloatPressure. min(FloatPressure r1, FloatPressure r2, FloatPressure... rn)Return the minimum value of more than two relative scalars.static FloatPressureFloatPressure. of(float value, String unitString)Returns a FloatPressure based on a value and the textual representation of the unit.FloatPressureFloatDimensionless. times(FloatPressure v)Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.static FloatPressureFloatPressure. valueOf(String text)Returns a FloatPressure representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatPressure Modifier and Type Method Description FloatVolumeFloatEnergy. divide(FloatPressure v)Calculate the division of FloatEnergy and FloatPressure, which results in a FloatVolume scalar.FloatAreaFloatForce. divide(FloatPressure v)Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.FloatDimensionlessFloatPressure. divide(FloatPressure v)Calculate the division of FloatPressure and FloatPressure, which results in a FloatDimensionless scalar.FloatVolumeFloatTorque. divide(FloatPressure v)Calculate the division of FloatTorque and FloatPressure, which results in a FloatVolume scalar.static FloatPressureFloatPressure. interpolate(FloatPressure zero, FloatPressure one, float ratio)Interpolate between two values.static FloatPressureFloatPressure. max(FloatPressure r1, FloatPressure r2)Return the maximum value of two relative scalars.static FloatPressureFloatPressure. max(FloatPressure r1, FloatPressure r2, FloatPressure... rn)Return the maximum value of more than two relative scalars.static FloatPressureFloatPressure. min(FloatPressure r1, FloatPressure r2)Return the minimum value of two relative scalars.static FloatPressureFloatPressure. min(FloatPressure r1, FloatPressure r2, FloatPressure... rn)Return the minimum value of more than two relative scalars.FloatForceFloatArea. times(FloatPressure v)Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.FloatPressureFloatDimensionless. times(FloatPressure v)Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.FloatEnergyFloatVolume. times(FloatPressure v)Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatPressure Constructor Description FloatPressure(FloatPressure value)Construct FloatPressure scalar. -
Uses of FloatPressure in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatPressure Modifier and Type Method Description FloatPressureFloatPressureVector. instantiateScalarSI(float valueSI, PressureUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatPressure Modifier and Type Method Description Class<FloatPressure>FloatPressureVector. getScalarClass()Return the class of the corresponding scalar.