Uses of Class
org.djunits.value.vfloat.scalar.FloatPressure
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FloatPressure in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatPressureMatrix.instantiateScalarSI
(float valueSI, PressureUnit displayUnit) ModifierConstructorDescriptionFloatPressureMatrix
(FloatPressure[][] data) Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.FloatPressureMatrix
(FloatPressure[][] data, PressureUnit displayUnit) Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.FloatPressureMatrix
(FloatPressure[][] data, PressureUnit displayUnit, StorageType storageType) Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.FloatPressureMatrix
(FloatPressure[][] data, StorageType storageType) Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.ModifierConstructorDescriptionFloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, int rows, int cols) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.FloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, int rows, int cols, StorageType storageType) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.FloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, PressureUnit displayUnit, int rows, int cols) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.FloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, PressureUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatPressure in org.djunits.value.vfloat.scalar
Modifier and TypeFieldDescriptionstatic final FloatPressure
FloatPressure.NaN
Constant with value NaN.static final FloatPressure
FloatPressure.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatPressure
FloatPressure.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatPressure
FloatPressure.ONE
Constant with value one.static final FloatPressure
FloatPressure.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatPressure
FloatPressure.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatPressure
FloatPressure.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatPressure
FloatSIScalar.asPressure()
Return the current scalar as a pressure.final FloatPressure
FloatSIScalar.asPressure
(PressureUnit displayUnit) Return the current scalar as a pressure, and provide a display unit.final FloatPressure
FloatEnergy.divide
(FloatVolume v) Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.final FloatPressure
Calculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.final FloatPressure
FloatTorque.divide
(FloatVolume v) Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.final FloatPressure
FloatPressure.instantiateRel
(float value, PressureUnit unit) static final 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
Returns a FloatPressure based on a value and the textual representation of the unit, which can be localized.final FloatPressure
FloatDimensionless.times
(FloatPressure v) Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.static FloatPressure
Returns a FloatPressure representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatVolume
FloatEnergy.divide
(FloatPressure v) Calculate the division of FloatEnergy and FloatPressure, which results in a FloatVolume scalar.final FloatArea
FloatForce.divide
(FloatPressure v) Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.final FloatDimensionless
FloatPressure.divide
(FloatPressure v) Calculate the division of FloatPressure and FloatPressure, which results in a FloatDimensionless scalar.final 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.final FloatForce
FloatArea.times
(FloatPressure v) Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.final FloatPressure
FloatDimensionless.times
(FloatPressure v) Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.final FloatEnergy
FloatVolume.times
(FloatPressure v) Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar. -
Uses of FloatPressure in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatPressureVector.instantiateScalarSI
(float valueSI, PressureUnit displayUnit) ModifierConstructorDescriptionFloatPressureVector
(FloatPressure[] data) Construct a FloatPressureVector from an array of FloatPressure objects.FloatPressureVector
(FloatPressure[] data, PressureUnit displayUnit) Construct a FloatPressureVector from an array of FloatPressure objects.FloatPressureVector
(FloatPressure[] data, PressureUnit displayUnit, StorageType storageType) Construct a FloatPressureVector from an array of FloatPressure objects.FloatPressureVector
(FloatPressure[] data, StorageType storageType) Construct a FloatPressureVector from an array of FloatPressure objects.