Uses of Class
org.djunits.value.vfloat.scalar.FloatSpeed
Packages that use FloatSpeed
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Utilities, interfaces and abstract classes for FloatScalar.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FloatSpeed in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSpeedModifier and TypeMethodDescriptionFloatSpeedMatrix.instantiateScalarSI(float valueSI, SpeedUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatSpeedConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatSpeedModifierConstructorDescriptionFloatSpeedMatrix(FloatSpeed[][] data) Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.FloatSpeedMatrix(FloatSpeed[][] data, SpeedUnit displayUnit) Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.FloatSpeedMatrix(FloatSpeed[][] data, SpeedUnit displayUnit, StorageType storageType) Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.FloatSpeedMatrix(FloatSpeed[][] data, StorageType storageType) Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatSpeedModifierConstructorDescriptionFloatSpeedMatrix(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, int rows, int cols) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.FloatSpeedMatrix(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, int rows, int cols, StorageType storageType) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.FloatSpeedMatrix(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, SpeedUnit displayUnit, int rows, int cols) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.FloatSpeedMatrix(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, SpeedUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatSpeed in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatSpeedModifier and TypeFieldDescriptionstatic final FloatSpeedFloatSpeed.NaNConstant with value NaN.static final FloatSpeedFloatSpeed.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatSpeedFloatSpeed.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatSpeedFloatSpeed.ONEConstant with value one.static final FloatSpeedFloatSpeed.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatSpeedFloatSpeed.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatSpeedFloatSpeed.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatSpeedModifier and TypeMethodDescriptionfinal FloatSpeedFloatSIScalar.asSpeed()Return the current scalar as a speed.final FloatSpeedReturn the current scalar as a speed, and provide a display unit.final FloatSpeedFloatAcceleration.divide(FloatFrequency v) Calculate the division of FloatAcceleration and FloatFrequency, which results in a FloatSpeed scalar.final FloatSpeedFloatEnergy.divide(FloatMomentum v) Calculate the division of FloatEnergy and FloatMomentum, which results in a FloatSpeed scalar.final FloatSpeedCalculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.final FloatSpeedFloatLength.divide(FloatDuration v) Calculate the division of FloatLength and FloatDuration, which results in a FloatSpeed scalar.final FloatSpeedCalculate the division of FloatMomentum and FloatMass, which results in a FloatSpeed scalar.final FloatSpeedFloatPower.divide(FloatForce v) Calculate the division of FloatPower and FloatForce, which results in a FloatSpeed scalar.static FloatSpeedFloatSpeed.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatSpeed.final FloatSpeedFloatSpeed.instantiateRel(float value, SpeedUnit unit) static FloatSpeedFloatSpeed.interpolate(FloatSpeed zero, FloatSpeed one, float ratio) Interpolate between two values.static FloatSpeedFloatSpeed.max(FloatSpeed r1, FloatSpeed r2) Return the maximum value of two relative scalars.static FloatSpeedFloatSpeed.max(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn) Return the maximum value of more than two relative scalars.static FloatSpeedFloatSpeed.min(FloatSpeed r1, FloatSpeed r2) Return the minimum value of two relative scalars.static FloatSpeedFloatSpeed.min(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn) Return the minimum value of more than two relative scalars.static FloatSpeedFloatSpeed.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatSpeed.static FloatSpeedReturns a FloatSpeed based on a value and the textual representation of the unit, which can be localized.static final FloatSpeedFloatSpeed.ofSI(float value) Construct FloatSpeed scalar based on an SI value.final FloatSpeedFloatAcceleration.times(FloatDuration v) Calculate the multiplication of FloatAcceleration and FloatDuration, which results in a FloatSpeed scalar.final FloatSpeedFloatDimensionless.times(FloatSpeed v) Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.final FloatSpeedFloatDuration.times(FloatAcceleration v) Calculate the multiplication of FloatDuration and FloatAcceleration, which results in a FloatSpeed scalar.final FloatSpeedFloatFrequency.times(FloatLength v) Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.final FloatSpeedFloatLength.times(FloatFrequency v) Calculate the multiplication of FloatLength and FloatFrequency, which results in a FloatSpeed scalar.static FloatSpeedReturns a FloatSpeed representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatSpeedModifier and TypeMethodDescriptionfinal FloatFrequencyFloatAcceleration.divide(FloatSpeed v) Calculate the division of FloatAcceleration and FloatSpeed, which results in a FloatFrequency scalar.final FloatMomentumFloatEnergy.divide(FloatSpeed v) Calculate the division of FloatEnergy and FloatSpeed, which results in a FloatMomentum scalar.final FloatAreaFloatFlowVolume.divide(FloatSpeed v) Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.final FloatDurationFloatLength.divide(FloatSpeed v) Calculate the division of FloatLength and FloatSpeed, which results in a FloatDuration scalar.final FloatMassFloatMomentum.divide(FloatSpeed v) Calculate the division of FloatMomentum and FloatSpeed, which results in a FloatMass scalar.final FloatForceFloatPower.divide(FloatSpeed v) Calculate the division of FloatPower and FloatSpeed, which results in a FloatForce scalar.final FloatDimensionlessFloatSpeed.divide(FloatSpeed v) Calculate the division of FloatSpeed and FloatSpeed, which results in a FloatDimensionless scalar.static FloatSpeedFloatSpeed.interpolate(FloatSpeed zero, FloatSpeed one, float ratio) Interpolate between two values.static FloatSpeedFloatSpeed.max(FloatSpeed r1, FloatSpeed r2) Return the maximum value of two relative scalars.static FloatSpeedFloatSpeed.max(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn) Return the maximum value of more than two relative scalars.static FloatSpeedFloatSpeed.min(FloatSpeed r1, FloatSpeed r2) Return the minimum value of two relative scalars.static FloatSpeedFloatSpeed.min(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn) Return the minimum value of more than two relative scalars.final FloatFlowVolumeFloatArea.times(FloatSpeed v) Calculate the multiplication of FloatArea and FloatSpeed, which results in a FloatFlowVolume scalar.final FloatSpeedFloatDimensionless.times(FloatSpeed v) Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.final FloatLengthFloatDuration.times(FloatSpeed v) Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.final FloatForceFloatFlowMass.times(FloatSpeed v) Calculate the multiplication of FloatFlowMass and FloatSpeed, which results in a FloatForce scalar.final FloatPowerFloatForce.times(FloatSpeed v) Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.final FloatAccelerationFloatFrequency.times(FloatSpeed v) Calculate the multiplication of FloatFrequency and FloatSpeed, which results in a FloatAcceleration scalar.final FloatFrequencyFloatLinearDensity.times(FloatSpeed v) Calculate the multiplication of FloatLinearDensity and FloatSpeed, which results in a FloatFrequency scalar.final FloatMomentumFloatMass.times(FloatSpeed v) Calculate the multiplication of FloatMass and FloatSpeed, which results in a FloatMomentum scalar.final FloatEnergyFloatMomentum.times(FloatSpeed v) Calculate the multiplication of FloatMomentum and FloatSpeed, which results in a FloatEnergy scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatSpeed -
Uses of FloatSpeed in org.djunits.value.vfloat.scalar.base
Fields in org.djunits.value.vfloat.scalar.base declared as FloatSpeedModifier and TypeFieldDescriptionstatic final FloatSpeedFloatConstants.LIGHTSPEEDSpeed of light in vacuum. -
Uses of FloatSpeed in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatSpeedModifier and TypeMethodDescriptionFloatSpeedVector.instantiateScalarSI(float valueSI, SpeedUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatSpeedConstructors in org.djunits.value.vfloat.vector with parameters of type FloatSpeedModifierConstructorDescriptionFloatSpeedVector(FloatSpeed[] data) Construct a FloatSpeedVector from an array of FloatSpeed objects.FloatSpeedVector(FloatSpeed[] data, SpeedUnit displayUnit) Construct a FloatSpeedVector from an array of FloatSpeed objects.FloatSpeedVector(FloatSpeed[] data, SpeedUnit displayUnit, StorageType storageType) Construct a FloatSpeedVector from an array of FloatSpeed objects.FloatSpeedVector(FloatSpeed[] data, StorageType storageType) Construct a FloatSpeedVector from an array of FloatSpeed objects.