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