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 FloatPressure
FloatPressureMatrix. 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 FloatPressure
FloatPressure. NaN
Constant with value NaN.static FloatPressure
FloatPressure. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatPressure
FloatPressure. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatPressure
FloatPressure. ONE
Constant with value one.static FloatPressure
FloatPressure. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatPressure
FloatPressure. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatPressure
FloatPressure. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatPressure Modifier and Type Method Description FloatPressure
FloatSIScalar. asPressure()
Return the current scalar as a pressure.FloatPressure
FloatSIScalar. asPressure(PressureUnit displayUnit)
Return the current scalar as a pressure, and provide a display unit.FloatPressure
FloatEnergy. divide(FloatVolume v)
Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.FloatPressure
FloatForce. divide(FloatArea v)
Calculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.FloatPressure
FloatTorque. divide(FloatVolume v)
Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.FloatPressure
FloatPressure. instantiateRel(float value, PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatPressure
FloatPressure. instantiateSI(float value)
Construct FloatPressure scalar.static FloatPressure
FloatPressure. interpolate(FloatPressure zero, FloatPressure one, float ratio)
Interpolate between two values.static FloatPressure
FloatPressure. max(FloatPressure r1, FloatPressure r2)
Return the maximum value of two relative scalars.static FloatPressure
FloatPressure. max(FloatPressure r1, FloatPressure r2, FloatPressure... rn)
Return the maximum value of more than two relative scalars.static FloatPressure
FloatPressure. min(FloatPressure r1, FloatPressure r2)
Return the minimum value of two relative scalars.static FloatPressure
FloatPressure. min(FloatPressure r1, FloatPressure r2, FloatPressure... rn)
Return the minimum value of more than two relative scalars.static FloatPressure
FloatPressure. of(float value, String unitString)
Returns a FloatPressure based on a value and the textual representation of the unit.FloatPressure
FloatDimensionless. times(FloatPressure v)
Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.static FloatPressure
FloatPressure. 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 FloatVolume
FloatEnergy. divide(FloatPressure v)
Calculate the division of FloatEnergy and FloatPressure, which results in a FloatVolume scalar.FloatArea
FloatForce. divide(FloatPressure v)
Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.FloatDimensionless
FloatPressure. divide(FloatPressure v)
Calculate the division of FloatPressure and FloatPressure, which results in a FloatDimensionless scalar.FloatVolume
FloatTorque. divide(FloatPressure v)
Calculate the division of FloatTorque and FloatPressure, which results in a FloatVolume scalar.static FloatPressure
FloatPressure. interpolate(FloatPressure zero, FloatPressure one, float ratio)
Interpolate between two values.static FloatPressure
FloatPressure. max(FloatPressure r1, FloatPressure r2)
Return the maximum value of two relative scalars.static FloatPressure
FloatPressure. max(FloatPressure r1, FloatPressure r2, FloatPressure... rn)
Return the maximum value of more than two relative scalars.static FloatPressure
FloatPressure. min(FloatPressure r1, FloatPressure r2)
Return the minimum value of two relative scalars.static FloatPressure
FloatPressure. min(FloatPressure r1, FloatPressure r2, FloatPressure... rn)
Return the minimum value of more than two relative scalars.FloatForce
FloatArea. times(FloatPressure v)
Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.FloatPressure
FloatDimensionless. times(FloatPressure v)
Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.FloatEnergy
FloatVolume. 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 FloatPressure
FloatPressureVector. 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.