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 FloatSpeed |
MutableFloatSpeedMatrix.instantiateScalar(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatSpeed |
FloatSpeedMatrix.instantiateScalar(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatSpeedMatrix(FloatSpeed[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedMatrix.
|
MutableFloatSpeedMatrix(FloatSpeed[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedMatrix.
|
Modifier and Type | Field and Description |
---|---|
static FloatSpeed |
FloatSpeed.NaN
constant with value NaN.
|
static FloatSpeed |
FloatSpeed.NEG_MAXVALUE
constant with value -MAX_VALUE.
|
static FloatSpeed |
FloatSpeed.NEGATIVE_INFINITY
constant with value NEGATIVE_INFINITY.
|
static FloatSpeed |
FloatSpeed.POS_MAXVALUE
constant with value MAX_VALUE.
|
static FloatSpeed |
FloatSpeed.POSITIVE_INFINITY
constant with value POSITIVE_INFINITY.
|
static FloatSpeed |
FloatSpeed.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static FloatSpeed |
FloatSpeed.createSI(float value)
Construct FloatSpeed scalar.
|
FloatSpeed |
FloatFlowVolume.divideBy(FloatArea v)
Calculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.
|
FloatSpeed |
FloatLength.divideBy(FloatDuration v)
Calculate the division of FloatLength and FloatDuration, which results in a FloatSpeed scalar.
|
FloatSpeed |
FloatPower.divideBy(FloatForce v)
Calculate the division of FloatPower and FloatForce, which results in a FloatSpeed scalar.
|
FloatSpeed |
FloatAcceleration.divideBy(FloatFrequency v)
Calculate the division of FloatAcceleration and FloatFrequency, which results in a FloatSpeed scalar.
|
FloatSpeed |
FloatSpeed.instantiateRel(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
static FloatSpeed |
FloatSpeed.interpolate(FloatSpeed zero,
FloatSpeed one,
float ratio)
Interpolate between two values.
|
static FloatSpeed |
FloatSpeed.max(FloatSpeed r1,
FloatSpeed r2)
Return the maximum value of two relative scalars.
|
static FloatSpeed |
FloatSpeed.max(FloatSpeed r1,
FloatSpeed r2,
FloatSpeed... rn)
Return the maximum value of more than two relative scalars.
|
static FloatSpeed |
FloatSpeed.min(FloatSpeed r1,
FloatSpeed r2)
Return the minimum value of two relative scalars.
|
static FloatSpeed |
FloatSpeed.min(FloatSpeed r1,
FloatSpeed r2,
FloatSpeed... rn)
Return the minimum value of more than two relative scalars.
|
FloatSpeed |
FloatDuration.multiplyBy(FloatAcceleration v)
Calculate the multiplication of FloatDuration and FloatAcceleration, which results in a FloatSpeed scalar.
|
FloatSpeed |
FloatAcceleration.multiplyBy(FloatDuration v)
Calculate the multiplication of FloatAcceleration and FloatDuration, which results in a FloatSpeed scalar.
|
FloatSpeed |
FloatLength.multiplyBy(FloatFrequency v)
Calculate the multiplication of FloatLength and FloatFrequency, which results in a FloatSpeed scalar.
|
FloatSpeed |
FloatFrequency.multiplyBy(FloatLength v)
Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.
|
FloatSpeed |
FloatDimensionless.multiplyBy(FloatSpeed v)
Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.
|
static FloatSpeed |
FloatSpeed.valueOf(String text)
Returns a FloatSpeed representation of a textual representation of a value with a unit.
|
Modifier and Type | Method and Description |
---|---|
FloatDimensionless |
FloatSpeed.divideBy(FloatSpeed v)
Calculate the division of FloatSpeed and FloatSpeed, which results in a FloatDimensionless scalar.
|
FloatForce |
FloatPower.divideBy(FloatSpeed v)
Calculate the division of FloatPower and FloatSpeed, which results in a FloatForce scalar.
|
FloatDuration |
FloatLength.divideBy(FloatSpeed v)
Calculate the division of FloatLength and FloatSpeed, which results in a FloatDuration scalar.
|
FloatArea |
FloatFlowVolume.divideBy(FloatSpeed v)
Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.
|
FloatFrequency |
FloatAcceleration.divideBy(FloatSpeed v)
Calculate the division of FloatAcceleration and FloatSpeed, which results in a FloatFrequency scalar.
|
static FloatSpeed |
FloatSpeed.interpolate(FloatSpeed zero,
FloatSpeed one,
float ratio)
Interpolate between two values.
|
static FloatSpeed |
FloatSpeed.max(FloatSpeed r1,
FloatSpeed r2)
Return the maximum value of two relative scalars.
|
static FloatSpeed |
FloatSpeed.max(FloatSpeed r1,
FloatSpeed r2,
FloatSpeed... rn)
Return the maximum value of more than two relative scalars.
|
static FloatSpeed |
FloatSpeed.max(FloatSpeed r1,
FloatSpeed r2,
FloatSpeed... rn)
Return the maximum value of more than two relative scalars.
|
static FloatSpeed |
FloatSpeed.min(FloatSpeed r1,
FloatSpeed r2)
Return the minimum value of two relative scalars.
|
static FloatSpeed |
FloatSpeed.min(FloatSpeed r1,
FloatSpeed r2,
FloatSpeed... rn)
Return the minimum value of more than two relative scalars.
|
static FloatSpeed |
FloatSpeed.min(FloatSpeed r1,
FloatSpeed r2,
FloatSpeed... rn)
Return the minimum value of more than two relative scalars.
|
FloatFrequency |
FloatLinearDensity.multiplyBy(FloatSpeed v)
Calculate the multiplication of FloatLinearDensity and FloatSpeed, which results in a FloatFrequency scalar.
|
FloatAcceleration |
FloatFrequency.multiplyBy(FloatSpeed v)
Calculate the multiplication of FloatFrequency and FloatSpeed, which results in a FloatAcceleration scalar.
|
FloatPower |
FloatForce.multiplyBy(FloatSpeed v)
Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.
|
FloatForce |
FloatFlowMass.multiplyBy(FloatSpeed v)
Calculate the multiplication of FloatFlowMass and FloatSpeed, which results in a FloatForce scalar.
|
FloatLength |
FloatDuration.multiplyBy(FloatSpeed v)
Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.
|
FloatSpeed |
FloatDimensionless.multiplyBy(FloatSpeed v)
Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.
|
FloatFlowVolume |
FloatArea.multiplyBy(FloatSpeed v)
Calculate the multiplication of FloatArea and FloatSpeed, which results in a FloatFlowVolume scalar.
|
Constructor and Description |
---|
FloatSpeed(FloatSpeed value)
Construct FloatSpeed scalar.
|
Modifier and Type | Method and Description |
---|---|
protected FloatSpeed |
MutableFloatSpeedVector.instantiateScalar(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatSpeed |
FloatSpeedVector.instantiateScalar(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
FloatSpeed[] |
MutableFloatSpeedVector.toArray()
Return an array of FloatSpeed Scalars from this vector.
|
FloatSpeed[] |
FloatSpeedVector.toArray()
Return an array of FloatSpeed Scalars from this vector.
|
Constructor and Description |
---|
FloatSpeedVector(FloatSpeed[] values,
StorageType storageType)
Construct a new Relative Immutable Float FloatSpeedVector.
|
MutableFloatSpeedVector(FloatSpeed[] values,
StorageType storageType)
Construct a new Relative Immutable Float SpeedVector.
|
Constructor and Description |
---|
FloatSpeedVector(List<FloatSpeed> values,
StorageType storageType)
Construct a new Relative Immutable Float FloatSpeedVector.
|
FloatSpeedVector(SortedMap<Integer,FloatSpeed> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatSpeedVector.
|
MutableFloatSpeedVector(List<FloatSpeed> values,
StorageType storageType)
Construct a new Relative Immutable Float SpeedVector.
|
MutableFloatSpeedVector(SortedMap<Integer,FloatSpeed> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float SpeedVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.