Uses of Class
org.djunits.value.vfloat.scalar.FloatLength
Packages that use 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
Methods in org.djunits.value.vfloat.matrix that return FloatLengthModifier and TypeMethodDescriptionFloatPositionMatrix.instantiateScalarRelSI(float valueSI, LengthUnit displayUnit) FloatLengthMatrix.instantiateScalarSI(float valueSI, LengthUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatLengthConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatLengthModifierConstructorDescriptionFloatLengthMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatLengthModifierConstructorDescriptionFloatLengthMatrix(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
Fields in org.djunits.value.vfloat.scalar declared as FloatLengthModifier and TypeFieldDescriptionstatic final FloatLengthFloatLength.NaNConstant with value NaN.static final FloatLengthFloatLength.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatLengthFloatLength.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatLengthFloatLength.ONEConstant with value one.static final FloatLengthFloatLength.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatLengthFloatLength.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatLengthFloatLength.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatLengthModifier and TypeMethodDescriptionfinal FloatLengthFloatSIScalar.asLength()Return the current scalar as a length.final FloatLengthFloatSIScalar.asLength(LengthUnit displayUnit) Return the current scalar as a length, and provide a display unit.final FloatLengthFloatArea.divide(FloatLength v) Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.final FloatLengthFloatDimensionless.divide(FloatLinearDensity v) Calculate the division of FloatDimensionless and FloatLinearDensity, which results in a FloatLength scalar.final FloatLengthFloatEnergy.divide(FloatForce v) Calculate the division of FloatEnergy and FloatForce, which results in a FloatLength scalar.static FloatLengthFloatLength.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatLength.final FloatLengthFloatMomentum.divide(FloatFlowMass v) Calculate the division of FloatMomentum and FloatFlowMass, which results in a FloatLength scalar.final FloatLengthFloatSpeed.divide(FloatFrequency v) Calculate the division of FloatSpeed and FloatFrequency, which results in a FloatLength scalar.final FloatLengthFloatTorque.divide(FloatForce v) Calculate the division of FloatTorque and FloatForce, which results in a FloatLength scalar.final FloatLengthCalculate the division of FloatVolume and FloatArea, which results in a FloatLength scalar.final FloatLengthFloatLength.instantiateRel(float value, LengthUnit unit) final FloatLengthFloatPosition.instantiateRel(float value, LengthUnit unit) static FloatLengthFloatLength.interpolate(FloatLength zero, FloatLength one, float ratio) Interpolate between two values.static FloatLengthFloatLength.max(FloatLength r1, FloatLength r2) Return the maximum value of two relative scalars.static FloatLengthFloatLength.max(FloatLength r1, FloatLength r2, FloatLength... rn) Return the maximum value of more than two relative scalars.static FloatLengthFloatLength.min(FloatLength r1, FloatLength r2) Return the minimum value of two relative scalars.static FloatLengthFloatLength.min(FloatLength r1, FloatLength r2, FloatLength... rn) Return the minimum value of more than two relative scalars.static FloatLengthFloatLength.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatLength.static FloatLengthReturns a FloatLength based on a value and the textual representation of the unit, which can be localized.static final FloatLengthFloatLength.ofSI(float value) Construct FloatLength scalar based on an SI value.FloatLinearDensity.reciprocal()final FloatLengthFloatArea.times(FloatLinearDensity v) Calculate the multiplication of FloatArea and FloatLinearDensity, which results in a FloatLength scalar.final FloatLengthFloatDimensionless.times(FloatLength v) Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.final FloatLengthFloatDuration.times(FloatSpeed v) Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.final FloatLengthCalculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.final FloatLengthFloatSpeed.times(FloatDuration v) Calculate the multiplication of FloatSpeed and FloatDuration, which results in a FloatLength scalar.static FloatLengthReturns a FloatLength representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatLengthModifier and TypeMethodDescriptionfinal FloatLengthFloatArea.divide(FloatLength v) Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.final FloatLinearDensityFloatDimensionless.divide(FloatLength v) Calculate the division of FloatDimensionless and FloatLength, which results in a FloatLinearDensity scalar.final FloatForceFloatEnergy.divide(FloatLength v) Calculate the division of FloatEnergy and FloatLength, which results in a FloatForce scalar.final FloatDimensionlessFloatLength.divide(FloatLength v) Calculate the division of FloatLength and FloatLength, which results in a FloatDimensionless scalar.final FloatFlowMassFloatMomentum.divide(FloatLength v) Calculate the division of FloatMomentum and FloatLength, which results in a FloatFlowMass scalar.final FloatFrequencyFloatSpeed.divide(FloatLength v) Calculate the division of FloatSpeed and FloatLength, which results in a FloatFrequency scalar.final FloatForceFloatTorque.divide(FloatLength v) Calculate the division of FloatTorque and FloatLength, which results in a FloatForce scalar.final FloatAreaFloatVolume.divide(FloatLength v) Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.static FloatLengthFloatLength.interpolate(FloatLength zero, FloatLength one, float ratio) Interpolate between two values.static FloatLengthFloatLength.max(FloatLength r1, FloatLength r2) Return the maximum value of two relative scalars.static FloatLengthFloatLength.max(FloatLength r1, FloatLength r2, FloatLength... rn) Return the maximum value of more than two relative scalars.static FloatLengthFloatLength.min(FloatLength r1, FloatLength r2) Return the minimum value of two relative scalars.static FloatLengthFloatLength.min(FloatLength r1, FloatLength r2, FloatLength... rn) Return the minimum value of more than two relative scalars.final FloatVolumeFloatArea.times(FloatLength v) Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.final FloatLengthFloatDimensionless.times(FloatLength v) Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.final FloatMomentumFloatFlowMass.times(FloatLength v) Calculate the multiplication of FloatFlowMass and FloatLength, which results in a FloatMomentum scalar.final FloatEnergyFloatForce.times(FloatLength v) Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.final FloatSpeedFloatFrequency.times(FloatLength v) Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.final FloatAreaFloatLength.times(FloatLength v) Calculate the multiplication of FloatLength and FloatLength, which results in a FloatArea scalar.final FloatDimensionlessFloatLinearDensity.times(FloatLength v) Calculate the multiplication of FloatLinearDensity and FloatLength, which results in a FloatDimensionless scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatLength -
Uses of FloatLength in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatLengthModifier and TypeMethodDescriptionFloatPositionVector.instantiateScalarRelSI(float valueSI, LengthUnit displayUnit) FloatLengthVector.instantiateScalarSI(float valueSI, LengthUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatLengthConstructors in org.djunits.value.vfloat.vector with parameters of type FloatLengthModifierConstructorDescriptionFloatLengthVector(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.