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.
|
Modifier and Type | Method and Description |
---|---|
protected FloatPressure |
MutableFloatPressureMatrix.instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPressure |
FloatPressureMatrix.instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatPressureMatrix(FloatPressure[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
MutableFloatPressureMatrix(FloatPressure[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
Modifier and Type | Field and 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.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.
|
Modifier and Type | Method and Description |
---|---|
static FloatPressure |
FloatPressure.createSI(float value)
Construct FloatPressure scalar.
|
FloatPressure |
FloatForce.divideBy(FloatArea v)
Calculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.
|
FloatPressure |
FloatTorque.divideBy(FloatVolume v)
Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.
|
FloatPressure |
FloatEnergy.divideBy(FloatVolume v)
Calculate the division of FloatEnergy 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.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.
|
FloatPressure |
FloatDimensionless.multiplyBy(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.
|
Modifier and Type | Method and Description |
---|---|
FloatVolume |
FloatTorque.divideBy(FloatPressure v)
Calculate the division of FloatTorque and FloatPressure, which results in a FloatVolume scalar.
|
FloatDimensionless |
FloatPressure.divideBy(FloatPressure v)
Calculate the division of FloatPressure and FloatPressure, which results in a FloatDimensionless scalar.
|
FloatArea |
FloatForce.divideBy(FloatPressure v)
Calculate the division of FloatForce and FloatPressure, which results in a FloatArea 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.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.min(FloatPressure r1,
FloatPressure r2,
FloatPressure... rn)
Return the minimum value of more than two relative scalars.
|
FloatEnergy |
FloatVolume.multiplyBy(FloatPressure v)
Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar.
|
FloatPressure |
FloatDimensionless.multiplyBy(FloatPressure v)
Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.
|
FloatForce |
FloatArea.multiplyBy(FloatPressure v)
Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.
|
Constructor and Description |
---|
FloatPressure(FloatPressure value)
Construct FloatPressure scalar.
|
Modifier and Type | Method and Description |
---|---|
protected FloatPressure |
MutableFloatPressureVector.instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPressure |
FloatPressureVector.instantiateScalar(float value,
PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
FloatPressure[] |
MutableFloatPressureVector.toArray()
Return an array of FloatPressure Scalars from this vector.
|
FloatPressure[] |
FloatPressureVector.toArray()
Return an array of FloatPressure Scalars from this vector.
|
Constructor and Description |
---|
FloatPressureVector(FloatPressure[] values,
StorageType storageType)
Construct a new Relative Immutable Float FloatPressureVector.
|
MutableFloatPressureVector(FloatPressure[] values,
StorageType storageType)
Construct a new Relative Immutable Float PressureVector.
|
Constructor and Description |
---|
FloatPressureVector(List<FloatPressure> values,
StorageType storageType)
Construct a new Relative Immutable Float FloatPressureVector.
|
FloatPressureVector(SortedMap<Integer,FloatPressure> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatPressureVector.
|
MutableFloatPressureVector(List<FloatPressure> values,
StorageType storageType)
Construct a new Relative Immutable Float PressureVector.
|
MutableFloatPressureVector(SortedMap<Integer,FloatPressure> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float PressureVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.