Uses of Class
org.djunits.value.vfloat.scalar.FloatPower
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 FloatPower in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatPowerMatrix.instantiateScalarSI
(float valueSI, PowerUnit displayUnit) ModifierConstructorDescriptionFloatPowerMatrix
(FloatPower[][] data) Construct a FloatPowerMatrix from an array of an array of FloatPower objects.FloatPowerMatrix
(FloatPower[][] data, PowerUnit displayUnit) Construct a FloatPowerMatrix from an array of an array of FloatPower objects.FloatPowerMatrix
(FloatPower[][] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerMatrix from an array of an array of FloatPower objects.FloatPowerMatrix
(FloatPower[][] data, StorageType storageType) Construct a FloatPowerMatrix from an array of an array of FloatPower objects.ModifierConstructorDescriptionFloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, int rows, int cols) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, int rows, int cols, StorageType storageType) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatPower in org.djunits.value.vfloat.scalar
Modifier and TypeFieldDescriptionstatic final FloatPower
FloatPower.NaN
Constant with value NaN.static final FloatPower
FloatPower.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatPower
FloatPower.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatPower
FloatPower.ONE
Constant with value one.static final FloatPower
FloatPower.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatPower
FloatPower.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatPower
FloatPower.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatPower
FloatSIScalar.asPower()
Return the current scalar as a power.final FloatPower
Return the current scalar as a power, and provide a display unit.final FloatPower
FloatEnergy.divide
(FloatDuration v) Calculate the division of FloatEnergy and FloatDuration, which results in a FloatPower scalar.final FloatPower
FloatTorque.divide
(FloatDuration v) Calculate the division of FloatTorque and FloatDuration, which results in a FloatPower scalar.final FloatPower
FloatPower.instantiateRel
(float value, PowerUnit unit) static final FloatPower
FloatPower.instantiateSI
(float value) Construct FloatPower scalar.static FloatPower
FloatPower.interpolate
(FloatPower zero, FloatPower one, float ratio) Interpolate between two values.static FloatPower
FloatPower.max
(FloatPower r1, FloatPower r2) Return the maximum value of two relative scalars.static FloatPower
FloatPower.max
(FloatPower r1, FloatPower r2, FloatPower... rn) Return the maximum value of more than two relative scalars.static FloatPower
FloatPower.min
(FloatPower r1, FloatPower r2) Return the minimum value of two relative scalars.static FloatPower
FloatPower.min
(FloatPower r1, FloatPower r2, FloatPower... rn) Return the minimum value of more than two relative scalars.static FloatPower
Returns a FloatPower based on a value and the textual representation of the unit, which can be localized.final FloatPower
FloatAcceleration.times
(FloatMomentum v) Calculate the multiplication of FloatAcceleration and FloatMomentum, which results in a FloatPower scalar.final FloatPower
FloatDimensionless.times
(FloatPower v) Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.final FloatPower
FloatElectricalCurrent.times
(FloatElectricalPotential v) Calculate the multiplication of FloatElectricalCurrent and FloatElectricalPotential, which results in a FloatPower scalar.final FloatPower
FloatElectricalPotential.times
(FloatElectricalCurrent v) Calculate the multiplication of FloatElectricalPotential and FloatElectricalCurrent, which results in a FloatPower scalar.final FloatPower
FloatEnergy.times
(FloatFrequency v) Calculate the multiplication of FloatEnergy and FloatFrequency, which results in a FloatPower scalar.final FloatPower
FloatForce.times
(FloatSpeed v) Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.final FloatPower
FloatFrequency.times
(FloatEnergy v) Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.final FloatPower
FloatMomentum.times
(FloatAcceleration v) Calculate the multiplication of FloatMomentum and FloatAcceleration, which results in a FloatPower scalar.final FloatPower
FloatSpeed.times
(FloatForce v) Calculate the multiplication of FloatSpeed and FloatForce, which results in a FloatPower scalar.final FloatPower
FloatTorque.times
(FloatFrequency v) Calculate the multiplication of FloatTorque and FloatFrequency, which results in a FloatPower scalar.static FloatPower
Returns a FloatPower representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatDuration
FloatEnergy.divide
(FloatPower v) Calculate the division of FloatEnergy and FloatPower, which results in a FloatDuration scalar.final FloatDimensionless
FloatPower.divide
(FloatPower v) Calculate the division of FloatPower and FloatPower, which results in a FloatDimensionless scalar.final FloatDuration
FloatTorque.divide
(FloatPower v) Calculate the division of FloatTorque and FloatPower, which results in a FloatDuration scalar.static FloatPower
FloatPower.interpolate
(FloatPower zero, FloatPower one, float ratio) Interpolate between two values.static FloatPower
FloatPower.max
(FloatPower r1, FloatPower r2) Return the maximum value of two relative scalars.static FloatPower
FloatPower.max
(FloatPower r1, FloatPower r2, FloatPower... rn) Return the maximum value of more than two relative scalars.static FloatPower
FloatPower.min
(FloatPower r1, FloatPower r2) Return the minimum value of two relative scalars.static FloatPower
FloatPower.min
(FloatPower r1, FloatPower r2, FloatPower... rn) Return the minimum value of more than two relative scalars.final FloatPower
FloatDimensionless.times
(FloatPower v) Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.final FloatEnergy
FloatDuration.times
(FloatPower v) Calculate the multiplication of FloatDuration and FloatPower, which results in a FloatEnergy scalar. -
Uses of FloatPower in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatPowerVector.instantiateScalarSI
(float valueSI, PowerUnit displayUnit) ModifierConstructorDescriptionFloatPowerVector
(FloatPower[] data) Construct a FloatPowerVector from an array of FloatPower objects.FloatPowerVector
(FloatPower[] data, PowerUnit displayUnit) Construct a FloatPowerVector from an array of FloatPower objects.FloatPowerVector
(FloatPower[] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from an array of FloatPower objects.FloatPowerVector
(FloatPower[] data, StorageType storageType) Construct a FloatPowerVector from an array of FloatPower objects.