Uses of Class
org.djunits.value.vfloat.scalar.FloatForce
Packages that use 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
Methods in org.djunits.value.vfloat.matrix that return FloatForceModifier and TypeMethodDescriptionFloatForceMatrix.instantiateScalarSI(float valueSI, ForceUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatForceConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatForceModifierConstructorDescriptionFloatForceMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatForceModifierConstructorDescriptionFloatForceMatrix(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
Fields in org.djunits.value.vfloat.scalar declared as FloatForceModifier and TypeFieldDescriptionstatic final FloatForceFloatForce.NaNConstant with value NaN.static final FloatForceFloatForce.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatForceFloatForce.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatForceFloatForce.ONEConstant with value one.static final FloatForceFloatForce.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatForceFloatForce.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatForceFloatForce.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatForceModifier and TypeMethodDescriptionfinal FloatForceFloatSIScalar.asForce()Return the current scalar as a force.final FloatForceReturn the current scalar as a force, and provide a display unit.final FloatForceFloatEnergy.divide(FloatLength v) Calculate the division of FloatEnergy and FloatLength, which results in a FloatForce scalar.static FloatForceFloatForce.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatForce.final FloatForceFloatPower.divide(FloatSpeed v) Calculate the division of FloatPower and FloatSpeed, which results in a FloatForce scalar.final FloatForceFloatTorque.divide(FloatLength v) Calculate the division of FloatTorque and FloatLength, which results in a FloatForce scalar.final FloatForceFloatForce.instantiateRel(float value, ForceUnit unit) 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.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatForce.static FloatForceReturns a FloatForce based on a value and the textual representation of the unit, which can be localized.static final FloatForceFloatForce.ofSI(float value) Construct FloatForce scalar based on an SI value.final FloatForceCalculate the multiplication of FloatAcceleration and FloatMass, which results in a FloatForce scalar.final FloatForceFloatArea.times(FloatPressure v) Calculate the multiplication of FloatArea and FloatPressure, which results in a FloatForce scalar.final FloatForceFloatDimensionless.times(FloatForce v) Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.final FloatForceFloatEnergy.times(FloatLinearDensity v) Calculate the multiplication of FloatEnergy and FloatLinearDensity, which results in a FloatForce scalar.final FloatForceFloatFlowMass.times(FloatSpeed v) Calculate the multiplication of FloatFlowMass and FloatSpeed, which results in a FloatForce scalar.final FloatForceFloatLinearDensity.times(FloatEnergy v) Calculate the multiplication of FloatLinearDensity and FloatEnergy, which results in a FloatForce scalar.final FloatForceFloatMass.times(FloatAcceleration v) Calculate the multiplication of FloatMass and FloatAcceleration, which results in a FloatForce scalar.final FloatForceCalculate the multiplication of FloatPressure and FloatArea, which results in a FloatForce scalar.final FloatForceFloatSpeed.times(FloatFlowMass v) Calculate the multiplication of FloatSpeed and FloatFlowMass, which results in a FloatForce scalar.final FloatForceFloatTorque.times(FloatLinearDensity v) Calculate the multiplication of FloatTorque and FloatLinearDensity, which results in a FloatForce scalar.static FloatForceReturns a FloatForce representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatForceModifier and TypeMethodDescriptionfinal FloatLengthFloatEnergy.divide(FloatForce v) Calculate the division of FloatEnergy and FloatForce, which results in a FloatLength scalar.final FloatDimensionlessFloatForce.divide(FloatForce v) Calculate the division of FloatForce and FloatForce, which results in a FloatDimensionless scalar.final FloatSpeedFloatPower.divide(FloatForce v) Calculate the division of FloatPower and FloatForce, which results in a FloatSpeed scalar.final 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.final FloatForceFloatDimensionless.times(FloatForce v) Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.final FloatEnergyFloatLength.times(FloatForce v) Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.final 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 -
Uses of FloatForce in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatForceModifier and TypeMethodDescriptionFloatForceVector.instantiateScalarSI(float valueSI, ForceUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatForceConstructors in org.djunits.value.vfloat.vector with parameters of type FloatForceModifierConstructorDescriptionFloatForceVector(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.