| 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 |
|---|---|
FloatPressure |
MutableFloatPressureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatPressure |
FloatPressureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
| 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.ZERO
constant with value zero.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected FloatPressure |
FloatPressure.instantiateTypeRel(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.
|
| 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 |
|---|---|
FloatPressure |
MutableFloatPressureVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatPressure |
FloatPressureVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
| Constructor and Description |
|---|
FloatPressureVector(FloatPressure[] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatPressureVector(FloatPressure[] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
| Constructor and Description |
|---|
FloatPressureVector(List<FloatPressure> values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
FloatPressureVector(SortedMap<Integer,FloatPressure> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatPressureVector(List<FloatPressure> values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatPressureVector(SortedMap<Integer,FloatPressure> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.