Uses of Class
org.djunits.value.vfloat.scalar.FloatForce
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 FloatForce in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatForceMatrix.instantiateScalarSI
(float valueSI, ForceUnit displayUnit) ModifierConstructorDescriptionFloatForceMatrix
(FloatForce[][] data) Construct a FloatForceMatrix from an array of an array of FloatForce objects.FloatForceMatrix
(FloatForce[][] data, ForceUnit displayUnit) Construct a FloatForceMatrix from an array of an array of FloatForce objects.FloatForceMatrix
(FloatForce[][] data, ForceUnit displayUnit, StorageType storageType) Construct a FloatForceMatrix from an array of an array of FloatForce objects.FloatForceMatrix
(FloatForce[][] data, StorageType storageType) Construct a FloatForceMatrix from an array of an array of FloatForce objects.ModifierConstructorDescriptionFloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, int rows, int cols) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.FloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, int rows, int cols, StorageType storageType) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.FloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, ForceUnit displayUnit, int rows, int cols) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.FloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, ForceUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatForce in org.djunits.value.vfloat.scalar
Modifier and TypeFieldDescriptionstatic final FloatForce
FloatForce.NaN
Constant with value NaN.static final FloatForce
FloatForce.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatForce
FloatForce.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatForce
FloatForce.ONE
Constant with value one.static final FloatForce
FloatForce.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatForce
FloatForce.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatForce
FloatForce.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatForce
FloatSIScalar.asForce()
Return the current scalar as a force.final FloatForce
Return the current scalar as a force, and provide a display unit.final FloatForce
FloatEnergy.divide
(FloatLength v) Calculate the division of FloatEnergy and FloatLength, which results in a FloatForce scalar.final FloatForce
FloatPower.divide
(FloatSpeed v) Calculate the division of FloatPower and FloatSpeed, which results in a FloatForce scalar.final FloatForce
FloatTorque.divide
(FloatLength v) Calculate the division of FloatTorque and FloatLength, which results in a FloatForce scalar.final FloatForce
FloatForce.instantiateRel
(float value, ForceUnit unit) static final FloatForce
FloatForce.instantiateSI
(float value) Construct FloatForce 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.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
Returns a FloatForce based on a value and the textual representation of the unit, which can be localized.final FloatForce
Calculate the multiplication of FloatAcceleration and FloatMass, which results in a FloatForce scalar.final FloatForce
FloatArea.times
(FloatPressure v) Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.final FloatForce
FloatDimensionless.times
(FloatForce v) Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.final FloatForce
FloatEnergy.times
(FloatLinearDensity v) Calculate the multiplication of FloatEnergy and FloatLinearDensity, which results in a FloatForce scalar.final FloatForce
FloatFlowMass.times
(FloatSpeed v) Calculate the multiplication of FloatFlowMass and FloatSpeed, which results in a FloatForce scalar.final FloatForce
FloatLinearDensity.times
(FloatEnergy v) Calculate the multiplication of FloatLinearDensity and FloatEnergy, which results in a FloatForce scalar.final FloatForce
FloatMass.times
(FloatAcceleration v) Calculate the multiplication of FloatMass and FloatAcceleration, which results in a FloatForce scalar.final FloatForce
Calculate the multiplication of FloatPressure and FloatArea, which results in a FloatForce scalar.final FloatForce
FloatSpeed.times
(FloatFlowMass v) Calculate the multiplication of FloatSpeed and FloatFlowMass, which results in a FloatForce scalar.final FloatForce
FloatTorque.times
(FloatLinearDensity v) Calculate the multiplication of FloatTorque and FloatLinearDensity, which results in a FloatForce scalar.static FloatForce
Returns a FloatForce representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatLength
FloatEnergy.divide
(FloatForce v) Calculate the division of FloatEnergy and FloatForce, which results in a FloatLength scalar.final FloatDimensionless
FloatForce.divide
(FloatForce v) Calculate the division of FloatForce and FloatForce, which results in a FloatDimensionless scalar.final FloatSpeed
FloatPower.divide
(FloatForce v) Calculate the division of FloatPower and FloatForce, which results in a FloatSpeed scalar.final FloatLength
FloatTorque.divide
(FloatForce v) Calculate the division of FloatTorque 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.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.final FloatForce
FloatDimensionless.times
(FloatForce v) Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.final FloatEnergy
FloatLength.times
(FloatForce v) Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.final FloatPower
FloatSpeed.times
(FloatForce v) Calculate the multiplication of FloatSpeed and FloatForce, which results in a FloatPower scalar. -
Uses of FloatForce in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatForceVector.instantiateScalarSI
(float valueSI, ForceUnit displayUnit) ModifierConstructorDescriptionFloatForceVector
(FloatForce[] data) Construct a FloatForceVector from an array of FloatForce objects.FloatForceVector
(FloatForce[] data, ForceUnit displayUnit) Construct a FloatForceVector from an array of FloatForce objects.FloatForceVector
(FloatForce[] data, ForceUnit displayUnit, StorageType storageType) Construct a FloatForceVector from an array of FloatForce objects.FloatForceVector
(FloatForce[] data, StorageType storageType) Construct a FloatForceVector from an array of FloatForce objects.