Uses of Class
org.djunits.value.vfloat.scalar.FloatPower
Packages that use 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
Methods in org.djunits.value.vfloat.matrix that return FloatPowerModifier and TypeMethodDescriptionFloatPowerMatrix.instantiateScalarSI(float valueSI, PowerUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatPowerConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatPowerModifierConstructorDescriptionFloatPowerMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatPowerModifierConstructorDescriptionFloatPowerMatrix(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
Fields in org.djunits.value.vfloat.scalar declared as FloatPowerModifier and TypeFieldDescriptionstatic final FloatPowerFloatPower.NaNConstant with value NaN.static final FloatPowerFloatPower.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatPowerFloatPower.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatPowerFloatPower.ONEConstant with value one.static final FloatPowerFloatPower.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatPowerFloatPower.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatPowerFloatPower.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatPowerModifier and TypeMethodDescriptionfinal FloatPowerFloatSIScalar.asPower()Return the current scalar as a power.final FloatPowerReturn the current scalar as a power, and provide a display unit.final FloatPowerFloatEnergy.divide(FloatDuration v) Calculate the division of FloatEnergy and FloatDuration, which results in a FloatPower scalar.static FloatPowerFloatPower.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatPower.final FloatPowerFloatTorque.divide(FloatDuration v) Calculate the division of FloatTorque and FloatDuration, which results in a FloatPower scalar.final FloatPowerFloatPower.instantiateRel(float value, PowerUnit unit) static FloatPowerFloatPower.interpolate(FloatPower zero, FloatPower one, float ratio) Interpolate between two values.static FloatPowerFloatPower.max(FloatPower r1, FloatPower r2) Return the maximum value of two relative scalars.static FloatPowerFloatPower.max(FloatPower r1, FloatPower r2, FloatPower... rn) Return the maximum value of more than two relative scalars.static FloatPowerFloatPower.min(FloatPower r1, FloatPower r2) Return the minimum value of two relative scalars.static FloatPowerFloatPower.min(FloatPower r1, FloatPower r2, FloatPower... rn) Return the minimum value of more than two relative scalars.static FloatPowerFloatPower.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatPower.static FloatPowerReturns a FloatPower based on a value and the textual representation of the unit, which can be localized.static final FloatPowerFloatPower.ofSI(float value) Construct FloatPower scalar based on an SI value.final FloatPowerFloatAcceleration.times(FloatMomentum v) Calculate the multiplication of FloatAcceleration and FloatMomentum, which results in a FloatPower scalar.final FloatPowerFloatDimensionless.times(FloatPower v) Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.final FloatPowerFloatElectricalCurrent.times(FloatElectricalPotential v) Calculate the multiplication of FloatElectricalCurrent and FloatElectricalPotential, which results in a FloatPower scalar.final FloatPowerFloatElectricalPotential.times(FloatElectricalCurrent v) Calculate the multiplication of FloatElectricalPotential and FloatElectricalCurrent, which results in a FloatPower scalar.final FloatPowerFloatEnergy.times(FloatFrequency v) Calculate the multiplication of FloatEnergy and FloatFrequency, which results in a FloatPower scalar.final FloatPowerFloatForce.times(FloatSpeed v) Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.final FloatPowerFloatFrequency.times(FloatEnergy v) Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.final FloatPowerFloatMomentum.times(FloatAcceleration v) Calculate the multiplication of FloatMomentum and FloatAcceleration, which results in a FloatPower scalar.final FloatPowerFloatSpeed.times(FloatForce v) Calculate the multiplication of FloatSpeed and FloatForce, which results in a FloatPower scalar.final FloatPowerFloatTorque.times(FloatFrequency v) Calculate the multiplication of FloatTorque and FloatFrequency, which results in a FloatPower scalar.static FloatPowerReturns a FloatPower representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatPowerModifier and TypeMethodDescriptionfinal FloatDurationFloatEnergy.divide(FloatPower v) Calculate the division of FloatEnergy and FloatPower, which results in a FloatDuration scalar.final FloatDimensionlessFloatPower.divide(FloatPower v) Calculate the division of FloatPower and FloatPower, which results in a FloatDimensionless scalar.final FloatDurationFloatTorque.divide(FloatPower v) Calculate the division of FloatTorque and FloatPower, which results in a FloatDuration scalar.static FloatPowerFloatPower.interpolate(FloatPower zero, FloatPower one, float ratio) Interpolate between two values.static FloatPowerFloatPower.max(FloatPower r1, FloatPower r2) Return the maximum value of two relative scalars.static FloatPowerFloatPower.max(FloatPower r1, FloatPower r2, FloatPower... rn) Return the maximum value of more than two relative scalars.static FloatPowerFloatPower.min(FloatPower r1, FloatPower r2) Return the minimum value of two relative scalars.static FloatPowerFloatPower.min(FloatPower r1, FloatPower r2, FloatPower... rn) Return the minimum value of more than two relative scalars.final FloatPowerFloatDimensionless.times(FloatPower v) Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.final FloatEnergyFloatDuration.times(FloatPower v) Calculate the multiplication of FloatDuration and FloatPower, which results in a FloatEnergy scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatPower -
Uses of FloatPower in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatPowerModifier and TypeMethodDescriptionFloatPowerVector.instantiateScalarSI(float valueSI, PowerUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatPowerConstructors in org.djunits.value.vfloat.vector with parameters of type FloatPowerModifierConstructorDescriptionFloatPowerVector(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.