Uses of Class
org.djunits.value.vfloat.scalar.FloatForce
| 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.
|
-
Uses of FloatForce in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatForce Modifier and Type Method Description FloatForceFloatForceMatrix. instantiateScalarSI(float valueSI, ForceUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatForce Modifier and Type Method Description Class<FloatForce>FloatForceMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatForce in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatForce Modifier and Type Field Description static FloatForceFloatForce. NaNConstant with value NaN.static FloatForceFloatForce. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatForceFloatForce. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatForceFloatForce. ONEConstant with value one.static FloatForceFloatForce. POS_MAXVALUEConstant with value MAX_VALUE.static FloatForceFloatForce. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatForceFloatForce. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatForce Modifier and Type Method Description FloatForceFloatSIScalar. asForce()Return the current scalar as a force.FloatForceFloatSIScalar. asForce(ForceUnit displayUnit)Return the current scalar as a force, and provide a display unit.FloatForceFloatEnergy. divide(FloatLength v)Calculate the division of FloatEnergy and FloatLength, which results in a FloatForce scalar.FloatForceFloatPower. divide(FloatSpeed v)Calculate the division of FloatPower and FloatSpeed, which results in a FloatForce scalar.FloatForceFloatTorque. divide(FloatLength v)Calculate the division of FloatTorque and FloatLength, which results in a FloatForce scalar.FloatForceFloatForce. instantiateRel(float value, ForceUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatForceFloatForce. instantiateSI(float value)Construct FloatForce scalar.static FloatForceFloatForce. interpolate(FloatForce zero, FloatForce one, float ratio)Interpolate between two values.static FloatForceFloatForce. max(FloatForce r1, FloatForce r2)Return the maximum value of two relative scalars.static FloatForceFloatForce. max(FloatForce r1, FloatForce r2, FloatForce... rn)Return the maximum value of more than two relative scalars.static FloatForceFloatForce. min(FloatForce r1, FloatForce r2)Return the minimum value of two relative scalars.static FloatForceFloatForce. min(FloatForce r1, FloatForce r2, FloatForce... rn)Return the minimum value of more than two relative scalars.static FloatForceFloatForce. of(float value, String unitString)Returns a FloatForce based on a value and the textual representation of the unit.FloatForceFloatAcceleration. times(FloatMass v)Calculate the multiplication of FloatAcceleration and FloatMass, which results in a FloatForce scalar.FloatForceFloatArea. times(FloatPressure v)Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.FloatForceFloatDimensionless. times(FloatForce v)Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.FloatForceFloatEnergy. times(FloatLinearDensity v)Calculate the multiplication of FloatEnergy and FloatLinearDensity, which results in a FloatForce scalar.FloatForceFloatFlowMass. times(FloatSpeed v)Calculate the multiplication of FloatFlowMass and FloatSpeed, which results in a FloatForce scalar.FloatForceFloatLinearDensity. times(FloatEnergy v)Calculate the multiplication of FloatLinearDensity and FloatEnergy, which results in a FloatForce scalar.FloatForceFloatMass. times(FloatAcceleration v)Calculate the multiplication of FloatMass and FloatAcceleration, which results in a FloatForce scalar.FloatForceFloatPressure. times(FloatArea v)Calculate the multiplication of FloatPressure and FloatArea, which results in a FloatForce scalar.FloatForceFloatSpeed. times(FloatFlowMass v)Calculate the multiplication of FloatSpeed and FloatFlowMass, which results in a FloatForce scalar.FloatForceFloatTorque. times(FloatLinearDensity v)Calculate the multiplication of FloatTorque and FloatLinearDensity, which results in a FloatForce scalar.static FloatForceFloatForce. valueOf(String text)Returns a FloatForce representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatForce Modifier and Type Method Description FloatLengthFloatEnergy. divide(FloatForce v)Calculate the division of FloatEnergy and FloatForce, which results in a FloatLength scalar.FloatDimensionlessFloatForce. divide(FloatForce v)Calculate the division of FloatForce and FloatForce, which results in a FloatDimensionless scalar.FloatSpeedFloatPower. divide(FloatForce v)Calculate the division of FloatPower and FloatForce, which results in a FloatSpeed scalar.FloatLengthFloatTorque. divide(FloatForce v)Calculate the division of FloatTorque and FloatForce, which results in a FloatLength scalar.static FloatForceFloatForce. interpolate(FloatForce zero, FloatForce one, float ratio)Interpolate between two values.static FloatForceFloatForce. max(FloatForce r1, FloatForce r2)Return the maximum value of two relative scalars.static FloatForceFloatForce. max(FloatForce r1, FloatForce r2, FloatForce... rn)Return the maximum value of more than two relative scalars.static FloatForceFloatForce. min(FloatForce r1, FloatForce r2)Return the minimum value of two relative scalars.static FloatForceFloatForce. min(FloatForce r1, FloatForce r2, FloatForce... rn)Return the minimum value of more than two relative scalars.FloatForceFloatDimensionless. times(FloatForce v)Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.FloatEnergyFloatLength. times(FloatForce v)Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.FloatPowerFloatSpeed. times(FloatForce v)Calculate the multiplication of FloatSpeed and FloatForce, which results in a FloatPower scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatForce Constructor Description FloatForce(FloatForce value)Construct FloatForce scalar. -
Uses of FloatForce in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatForce Modifier and Type Method Description FloatForceFloatForceVector. instantiateScalarSI(float valueSI, ForceUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatForce Modifier and Type Method Description Class<FloatForce>FloatForceVector. getScalarClass()Return the class of the corresponding scalar.