Uses of Class
org.djunits.value.vfloat.scalar.FloatEnergy
Packages that use FloatEnergy
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 FloatEnergy in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatEnergyModifier and TypeMethodDescriptionFloatEnergyMatrix.instantiateScalarSI(float valueSI, EnergyUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatEnergyConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatEnergyModifierConstructorDescriptionFloatEnergyMatrix(FloatEnergy[][] data) Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.FloatEnergyMatrix(FloatEnergy[][] data, EnergyUnit displayUnit) Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.FloatEnergyMatrix(FloatEnergy[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.FloatEnergyMatrix(FloatEnergy[][] data, StorageType storageType) Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatEnergyModifierConstructorDescriptionFloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, int rows, int cols) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, int rows, int cols, StorageType storageType) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatEnergy in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatEnergyModifier and TypeFieldDescriptionstatic final FloatEnergyFloatEnergy.NaNConstant with value NaN.static final FloatEnergyFloatEnergy.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatEnergyFloatEnergy.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatEnergyFloatEnergy.ONEConstant with value one.static final FloatEnergyFloatEnergy.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatEnergyFloatEnergy.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatEnergyFloatEnergy.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatEnergyModifier and TypeMethodDescriptionfinal FloatEnergyFloatSIScalar.asEnergy()Return the current scalar as a energy.final FloatEnergyFloatSIScalar.asEnergy(EnergyUnit displayUnit) Return the current scalar as a energy, and provide a display unit.static FloatEnergyFloatEnergy.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatEnergy.final FloatEnergyFloatForce.divide(FloatLinearDensity v) Calculate the division of FloatForce and FloatLinearDensity, which results in a FloatEnergy scalar.final FloatEnergyFloatPower.divide(FloatFrequency v) Calculate the division of FloatPower and FloatFrequency, which results in a FloatEnergy scalar.final FloatEnergyFloatEnergy.instantiateRel(float value, EnergyUnit unit) static FloatEnergyFloatEnergy.interpolate(FloatEnergy zero, FloatEnergy one, float ratio) Interpolate between two values.static FloatEnergyFloatEnergy.max(FloatEnergy r1, FloatEnergy r2) Return the maximum value of two relative scalars.static FloatEnergyFloatEnergy.max(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn) Return the maximum value of more than two relative scalars.static FloatEnergyFloatEnergy.min(FloatEnergy r1, FloatEnergy r2) Return the minimum value of two relative scalars.static FloatEnergyFloatEnergy.min(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn) Return the minimum value of more than two relative scalars.static FloatEnergyFloatEnergy.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatEnergy.static FloatEnergyReturns a FloatEnergy based on a value and the textual representation of the unit, which can be localized.static final FloatEnergyFloatEnergy.ofSI(float value) Construct FloatEnergy scalar based on an SI value.final FloatEnergyFloatDimensionless.times(FloatEnergy v) Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.final FloatEnergyFloatDuration.times(FloatPower v) Calculate the multiplication of FloatDuration and FloatPower, which results in a FloatEnergy scalar.final FloatEnergyFloatForce.times(FloatLength v) Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.final FloatEnergyFloatLength.times(FloatForce v) Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.final FloatEnergyFloatMomentum.times(FloatSpeed v) Calculate the multiplication of FloatMomentum and FloatSpeed, which results in a FloatEnergy scalar.final FloatEnergyFloatPower.times(FloatDuration v) Calculate the multiplication of FloatPower and FloatDuration, which results in a FloatEnergy scalar.final FloatEnergyFloatPressure.times(FloatVolume v) Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar.final FloatEnergyFloatSpeed.times(FloatMomentum v) Calculate the multiplication of FloatSpeed and FloatMomentum, which results in a FloatEnergy scalar.final FloatEnergyFloatVolume.times(FloatPressure v) Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar.static FloatEnergyReturns a FloatEnergy representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatEnergyModifier and TypeMethodDescriptionfinal FloatDimensionlessFloatEnergy.divide(FloatEnergy v) Calculate the division of FloatEnergy and FloatEnergy, which results in a FloatDimensionless scalar.final FloatLinearDensityFloatForce.divide(FloatEnergy v) Calculate the division of FloatForce and FloatEnergy, which results in a FloatLinearDensity scalar.final FloatFrequencyFloatPower.divide(FloatEnergy v) Calculate the division of FloatPower and FloatEnergy, which results in a FloatFrequency scalar.static FloatEnergyFloatEnergy.interpolate(FloatEnergy zero, FloatEnergy one, float ratio) Interpolate between two values.static FloatEnergyFloatEnergy.max(FloatEnergy r1, FloatEnergy r2) Return the maximum value of two relative scalars.static FloatEnergyFloatEnergy.max(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn) Return the maximum value of more than two relative scalars.static FloatEnergyFloatEnergy.min(FloatEnergy r1, FloatEnergy r2) Return the minimum value of two relative scalars.static FloatEnergyFloatEnergy.min(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn) Return the minimum value of more than two relative scalars.final FloatEnergyFloatDimensionless.times(FloatEnergy v) Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.final FloatPowerFloatFrequency.times(FloatEnergy v) Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.final FloatForceFloatLinearDensity.times(FloatEnergy v) Calculate the multiplication of FloatLinearDensity and FloatEnergy, which results in a FloatForce scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatEnergy -
Uses of FloatEnergy in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatEnergyModifier and TypeMethodDescriptionFloatEnergyVector.instantiateScalarSI(float valueSI, EnergyUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatEnergyConstructors in org.djunits.value.vfloat.vector with parameters of type FloatEnergyModifierConstructorDescriptionFloatEnergyVector(FloatEnergy[] data) Construct a FloatEnergyVector from an array of FloatEnergy objects.FloatEnergyVector(FloatEnergy[] data, EnergyUnit displayUnit) Construct a FloatEnergyVector from an array of FloatEnergy objects.FloatEnergyVector(FloatEnergy[] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from an array of FloatEnergy objects.FloatEnergyVector(FloatEnergy[] data, StorageType storageType) Construct a FloatEnergyVector from an array of FloatEnergy objects.