Uses of Class
org.djunits.value.vfloat.scalar.FloatPressure
Packages that use 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
Methods in org.djunits.value.vfloat.matrix that return FloatPressureModifier and TypeMethodDescriptionFloatPressureMatrix.instantiateScalarSI(float valueSI, PressureUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatPressureConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatPressureModifierConstructorDescriptionFloatPressureMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatPressureModifierConstructorDescriptionFloatPressureMatrix(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
Fields in org.djunits.value.vfloat.scalar declared as FloatPressureModifier and TypeFieldDescriptionstatic final FloatPressureFloatPressure.NaNConstant with value NaN.static final FloatPressureFloatPressure.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatPressureFloatPressure.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatPressureFloatPressure.ONEConstant with value one.static final FloatPressureFloatPressure.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatPressureFloatPressure.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatPressureFloatPressure.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatPressureModifier and TypeMethodDescriptionfinal FloatPressureFloatSIScalar.asPressure()Return the current scalar as a pressure.final FloatPressureFloatSIScalar.asPressure(PressureUnit displayUnit) Return the current scalar as a pressure, and provide a display unit.final FloatPressureFloatEnergy.divide(FloatVolume v) Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.final FloatPressureCalculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.static FloatPressureFloatPressure.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatPressure.final FloatPressureFloatTorque.divide(FloatVolume v) Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.final FloatPressureFloatPressure.instantiateRel(float value, PressureUnit unit) 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.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatPressure.static FloatPressureReturns a FloatPressure based on a value and the textual representation of the unit, which can be localized.static final FloatPressureFloatPressure.ofSI(float value) Construct FloatPressure scalar based on an SI value.final FloatPressureFloatDimensionless.times(FloatPressure v) Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.static FloatPressureReturns a FloatPressure representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatPressureModifier and TypeMethodDescriptionfinal FloatVolumeFloatEnergy.divide(FloatPressure v) Calculate the division of FloatEnergy and FloatPressure, which results in a FloatVolume scalar.final FloatAreaFloatForce.divide(FloatPressure v) Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.final FloatDimensionlessFloatPressure.divide(FloatPressure v) Calculate the division of FloatPressure and FloatPressure, which results in a FloatDimensionless scalar.final 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.final FloatForceFloatArea.times(FloatPressure v) Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.final FloatPressureFloatDimensionless.times(FloatPressure v) Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.final 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 -
Uses of FloatPressure in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatPressureModifier and TypeMethodDescriptionFloatPressureVector.instantiateScalarSI(float valueSI, PressureUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatPressureConstructors in org.djunits.value.vfloat.vector with parameters of type FloatPressureModifierConstructorDescriptionFloatPressureVector(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.