Uses of Class
org.djunits.value.vfloat.scalar.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
Modifier and TypeMethodDescriptionFloatEnergyMatrix.instantiateScalarSI
(float valueSI, EnergyUnit displayUnit) ModifierConstructorDescriptionFloatEnergyMatrix
(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.ModifierConstructorDescriptionFloatEnergyMatrix
(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
Modifier and TypeFieldDescriptionstatic final FloatEnergy
FloatEnergy.NaN
Constant with value NaN.static final FloatEnergy
FloatEnergy.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatEnergy
FloatEnergy.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatEnergy
FloatEnergy.ONE
Constant with value one.static final FloatEnergy
FloatEnergy.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatEnergy
FloatEnergy.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatEnergy
FloatEnergy.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatEnergy
FloatSIScalar.asEnergy()
Return the current scalar as a energy.final FloatEnergy
FloatSIScalar.asEnergy
(EnergyUnit displayUnit) Return the current scalar as a energy, and provide a display unit.final FloatEnergy
FloatForce.divide
(FloatLinearDensity v) Calculate the division of FloatForce and FloatLinearDensity, which results in a FloatEnergy scalar.final FloatEnergy
FloatPower.divide
(FloatFrequency v) Calculate the division of FloatPower and FloatFrequency, which results in a FloatEnergy scalar.final FloatEnergy
FloatEnergy.instantiateRel
(float value, EnergyUnit unit) static final FloatEnergy
FloatEnergy.instantiateSI
(float value) Construct FloatEnergy scalar.static FloatEnergy
FloatEnergy.interpolate
(FloatEnergy zero, FloatEnergy one, float ratio) Interpolate between two values.static FloatEnergy
FloatEnergy.max
(FloatEnergy r1, FloatEnergy r2) Return the maximum value of two relative scalars.static FloatEnergy
FloatEnergy.max
(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn) Return the maximum value of more than two relative scalars.static FloatEnergy
FloatEnergy.min
(FloatEnergy r1, FloatEnergy r2) Return the minimum value of two relative scalars.static FloatEnergy
FloatEnergy.min
(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn) Return the minimum value of more than two relative scalars.static FloatEnergy
Returns a FloatEnergy based on a value and the textual representation of the unit, which can be localized.final FloatEnergy
FloatDimensionless.times
(FloatEnergy v) Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.final FloatEnergy
FloatDuration.times
(FloatPower v) Calculate the multiplication of FloatDuration and FloatPower, which results in a FloatEnergy scalar.final FloatEnergy
FloatForce.times
(FloatLength v) Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.final FloatEnergy
FloatLength.times
(FloatForce v) Calculate the multiplication of FloatLength and FloatForce, which results in a FloatEnergy scalar.final FloatEnergy
FloatMomentum.times
(FloatSpeed v) Calculate the multiplication of FloatMomentum and FloatSpeed, which results in a FloatEnergy scalar.final FloatEnergy
FloatPower.times
(FloatDuration v) Calculate the multiplication of FloatPower and FloatDuration, which results in a FloatEnergy scalar.final FloatEnergy
FloatPressure.times
(FloatVolume v) Calculate the multiplication of FloatPressure and FloatVolume, which results in a FloatEnergy scalar.final FloatEnergy
FloatSpeed.times
(FloatMomentum v) Calculate the multiplication of FloatSpeed and FloatMomentum, which results in a FloatEnergy scalar.final FloatEnergy
FloatVolume.times
(FloatPressure v) Calculate the multiplication of FloatVolume and FloatPressure, which results in a FloatEnergy scalar.static FloatEnergy
Returns a FloatEnergy representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatDimensionless
FloatEnergy.divide
(FloatEnergy v) Calculate the division of FloatEnergy and FloatEnergy, which results in a FloatDimensionless scalar.final FloatLinearDensity
FloatForce.divide
(FloatEnergy v) Calculate the division of FloatForce and FloatEnergy, which results in a FloatLinearDensity scalar.final FloatFrequency
FloatPower.divide
(FloatEnergy v) Calculate the division of FloatPower and FloatEnergy, which results in a FloatFrequency scalar.static FloatEnergy
FloatEnergy.interpolate
(FloatEnergy zero, FloatEnergy one, float ratio) Interpolate between two values.static FloatEnergy
FloatEnergy.max
(FloatEnergy r1, FloatEnergy r2) Return the maximum value of two relative scalars.static FloatEnergy
FloatEnergy.max
(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn) Return the maximum value of more than two relative scalars.static FloatEnergy
FloatEnergy.min
(FloatEnergy r1, FloatEnergy r2) Return the minimum value of two relative scalars.static FloatEnergy
FloatEnergy.min
(FloatEnergy r1, FloatEnergy r2, FloatEnergy... rn) Return the minimum value of more than two relative scalars.final FloatEnergy
FloatDimensionless.times
(FloatEnergy v) Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.final FloatPower
FloatFrequency.times
(FloatEnergy v) Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.final FloatForce
FloatLinearDensity.times
(FloatEnergy v) Calculate the multiplication of FloatLinearDensity and FloatEnergy, which results in a FloatForce scalar. -
Uses of FloatEnergy in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatEnergyVector.instantiateScalarSI
(float valueSI, EnergyUnit displayUnit) ModifierConstructorDescriptionFloatEnergyVector
(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.