Uses of Class
org.djunits.value.vfloat.scalar.FloatLength
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 FloatLength in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatPositionMatrix.instantiateScalarRelSI
(float valueSI, LengthUnit displayUnit) FloatLengthMatrix.instantiateScalarSI
(float valueSI, LengthUnit displayUnit) ModifierConstructorDescriptionFloatLengthMatrix
(FloatLength[][] data) Construct a FloatLengthMatrix from an array of an array of FloatLength objects.FloatLengthMatrix
(FloatLength[][] data, LengthUnit displayUnit) Construct a FloatLengthMatrix from an array of an array of FloatLength objects.FloatLengthMatrix
(FloatLength[][] data, LengthUnit displayUnit, StorageType storageType) Construct a FloatLengthMatrix from an array of an array of FloatLength objects.FloatLengthMatrix
(FloatLength[][] data, StorageType storageType) Construct a FloatLengthMatrix from an array of an array of FloatLength objects.ModifierConstructorDescriptionFloatLengthMatrix
(Collection<FloatSparseValue<LengthUnit, FloatLength>> data, int rows, int cols) Construct a FloatLengthMatrix from a (sparse) collection of FloatSparseValue objects.FloatLengthMatrix
(Collection<FloatSparseValue<LengthUnit, FloatLength>> data, int rows, int cols, StorageType storageType) Construct a FloatLengthMatrix from a (sparse) collection of FloatSparseValue objects.FloatLengthMatrix
(Collection<FloatSparseValue<LengthUnit, FloatLength>> data, LengthUnit displayUnit, int rows, int cols) Construct a FloatLengthMatrix from a (sparse) collection of FloatSparseValue objects.FloatLengthMatrix
(Collection<FloatSparseValue<LengthUnit, FloatLength>> data, LengthUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatLengthMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatLength in org.djunits.value.vfloat.scalar
Modifier and TypeFieldDescriptionstatic final FloatLength
FloatLength.NaN
Constant with value NaN.static final FloatLength
FloatLength.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatLength
FloatLength.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatLength
FloatLength.ONE
Constant with value one.static final FloatLength
FloatLength.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatLength
FloatLength.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatLength
FloatLength.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatLength
FloatSIScalar.asLength()
Return the current scalar as a length.final FloatLength
FloatSIScalar.asLength
(LengthUnit displayUnit) Return the current scalar as a length, and provide a display unit.final FloatLength
FloatArea.divide
(FloatLength v) Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.final FloatLength
FloatDimensionless.divide
(FloatLinearDensity v) Calculate the division of FloatDimensionless and FloatLinearDensity, which results in a FloatLength scalar.final FloatLength
FloatEnergy.divide
(FloatForce v) Calculate the division of FloatEnergy and FloatForce, which results in a FloatLength scalar.final FloatLength
FloatMomentum.divide
(FloatFlowMass v) Calculate the division of FloatMomentum and FloatFlowMass, which results in a FloatLength scalar.final FloatLength
FloatSpeed.divide
(FloatFrequency v) Calculate the division of FloatSpeed and FloatFrequency, which results in a FloatLength scalar.final FloatLength
FloatTorque.divide
(FloatForce v) Calculate the division of FloatTorque and FloatForce, which results in a FloatLength scalar.final FloatLength
Calculate the division of FloatVolume and FloatArea, which results in a FloatLength scalar.final FloatLength
FloatLength.instantiateRel
(float value, LengthUnit unit) final FloatLength
FloatPosition.instantiateRel
(float value, LengthUnit unit) static final FloatLength
FloatLength.instantiateSI
(float value) Construct FloatLength scalar.static FloatLength
FloatLength.interpolate
(FloatLength zero, FloatLength one, float ratio) Interpolate between two values.static FloatLength
FloatLength.max
(FloatLength r1, FloatLength r2) Return the maximum value of two relative scalars.static FloatLength
FloatLength.max
(FloatLength r1, FloatLength r2, FloatLength... rn) Return the maximum value of more than two relative scalars.static FloatLength
FloatLength.min
(FloatLength r1, FloatLength r2) Return the minimum value of two relative scalars.static FloatLength
FloatLength.min
(FloatLength r1, FloatLength r2, FloatLength... rn) Return the minimum value of more than two relative scalars.static FloatLength
Returns a FloatLength based on a value and the textual representation of the unit, which can be localized.FloatLinearDensity.reciprocal()
final FloatLength
FloatArea.times
(FloatLinearDensity v) Calculate the multiplication of FloatArea and FloatLinearDensity, which results in a FloatLength scalar.final FloatLength
FloatDimensionless.times
(FloatLength v) Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.final FloatLength
FloatDuration.times
(FloatSpeed v) Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.final FloatLength
Calculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.final FloatLength
FloatSpeed.times
(FloatDuration v) Calculate the multiplication of FloatSpeed and FloatDuration, which results in a FloatLength scalar.static FloatLength
Returns a FloatLength representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatLength
FloatArea.divide
(FloatLength v) Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.final FloatLinearDensity
FloatDimensionless.divide
(FloatLength v) Calculate the division of FloatDimensionless and FloatLength, which results in a FloatLinearDensity scalar.final FloatForce
FloatEnergy.divide
(FloatLength v) Calculate the division of FloatEnergy and FloatLength, which results in a FloatForce scalar.final FloatDimensionless
FloatLength.divide
(FloatLength v) Calculate the division of FloatLength and FloatLength, which results in a FloatDimensionless scalar.final FloatFlowMass
FloatMomentum.divide
(FloatLength v) Calculate the division of FloatMomentum and FloatLength, which results in a FloatFlowMass scalar.final FloatFrequency
FloatSpeed.divide
(FloatLength v) Calculate the division of FloatSpeed and FloatLength, which results in a FloatFrequency scalar.final FloatForce
FloatTorque.divide
(FloatLength v) Calculate the division of FloatTorque and FloatLength, which results in a FloatForce scalar.final FloatArea
FloatVolume.divide
(FloatLength v) Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.static FloatLength
FloatLength.interpolate
(FloatLength zero, FloatLength one, float ratio) Interpolate between two values.static FloatLength
FloatLength.max
(FloatLength r1, FloatLength r2) Return the maximum value of two relative scalars.static FloatLength
FloatLength.max
(FloatLength r1, FloatLength r2, FloatLength... rn) Return the maximum value of more than two relative scalars.static FloatLength
FloatLength.min
(FloatLength r1, FloatLength r2) Return the minimum value of two relative scalars.static FloatLength
FloatLength.min
(FloatLength r1, FloatLength r2, FloatLength... rn) Return the minimum value of more than two relative scalars.final FloatVolume
FloatArea.times
(FloatLength v) Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.final FloatLength
FloatDimensionless.times
(FloatLength v) Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.final FloatMomentum
FloatFlowMass.times
(FloatLength v) Calculate the multiplication of FloatFlowMass and FloatLength, which results in a FloatMomentum scalar.final FloatEnergy
FloatForce.times
(FloatLength v) Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.final FloatSpeed
FloatFrequency.times
(FloatLength v) Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.final FloatArea
FloatLength.times
(FloatLength v) Calculate the multiplication of FloatLength and FloatLength, which results in a FloatArea scalar.final FloatDimensionless
FloatLinearDensity.times
(FloatLength v) Calculate the multiplication of FloatLinearDensity and FloatLength, which results in a FloatDimensionless scalar. -
Uses of FloatLength in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatPositionVector.instantiateScalarRelSI
(float valueSI, LengthUnit displayUnit) FloatLengthVector.instantiateScalarSI
(float valueSI, LengthUnit displayUnit) ModifierConstructorDescriptionFloatLengthVector
(FloatLength[] data) Construct a FloatLengthVector from an array of FloatLength objects.FloatLengthVector
(FloatLength[] data, LengthUnit displayUnit) Construct a FloatLengthVector from an array of FloatLength objects.FloatLengthVector
(FloatLength[] data, LengthUnit displayUnit, StorageType storageType) Construct a FloatLengthVector from an array of FloatLength objects.FloatLengthVector
(FloatLength[] data, StorageType storageType) Construct a FloatLengthVector from an array of FloatLength objects.