Uses of Class
org.djunits.value.vfloat.scalar.FloatPower
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.vector |
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 FloatPower Modifier and Type Method Description FloatPowerFloatPowerMatrix. instantiateScalarSI(float valueSI, PowerUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatPower Modifier and Type Method Description Class<FloatPower>FloatPowerMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatPower in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatPower Modifier and Type Field Description static FloatPowerFloatPower. NaNConstant with value NaN.static FloatPowerFloatPower. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatPowerFloatPower. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatPowerFloatPower. ONEConstant with value one.static FloatPowerFloatPower. POS_MAXVALUEConstant with value MAX_VALUE.static FloatPowerFloatPower. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatPowerFloatPower. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatPower Modifier and Type Method Description FloatPowerFloatSIScalar. asPower()Return the current scalar as a power.FloatPowerFloatSIScalar. asPower(PowerUnit displayUnit)Return the current scalar as a power, and provide a display unit.FloatPowerFloatEnergy. divide(FloatDuration v)Calculate the division of FloatEnergy and FloatDuration, which results in a FloatPower scalar.FloatPowerFloatTorque. divide(FloatDuration v)Calculate the division of FloatTorque and FloatDuration, which results in a FloatPower scalar.FloatPowerFloatPower. instantiateRel(float value, PowerUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatPowerFloatPower. instantiateSI(float value)Construct FloatPower 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.static FloatPowerFloatPower. of(float value, String unitString)Returns a FloatPower based on a value and the textual representation of the unit.FloatPowerFloatAcceleration. times(FloatMomentum v)Calculate the multiplication of FloatAcceleration and FloatMomentum, which results in a FloatPower scalar.FloatPowerFloatDimensionless. times(FloatPower v)Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.FloatPowerFloatElectricalCurrent. times(FloatElectricalPotential v)Calculate the multiplication of FloatElectricalCurrent and FloatElectricalPotential, which results in a FloatPower scalar.FloatPowerFloatElectricalPotential. times(FloatElectricalCurrent v)Calculate the multiplication of FloatElectricalPotential and FloatElectricalCurrent, which results in a FloatPower scalar.FloatPowerFloatEnergy. times(FloatFrequency v)Calculate the multiplication of FloatEnergy and FloatFrequency, which results in a FloatPower scalar.FloatPowerFloatForce. times(FloatSpeed v)Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.FloatPowerFloatFrequency. times(FloatEnergy v)Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.FloatPowerFloatMomentum. times(FloatAcceleration v)Calculate the multiplication of FloatMomentum and FloatAcceleration, which results in a FloatPower scalar.FloatPowerFloatSpeed. times(FloatForce v)Calculate the multiplication of FloatSpeed and FloatForce, which results in a FloatPower scalar.FloatPowerFloatTorque. times(FloatFrequency v)Calculate the multiplication of FloatTorque and FloatFrequency, which results in a FloatPower scalar.static FloatPowerFloatPower. valueOf(String text)Returns a FloatPower representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatPower Modifier and Type Method Description FloatDurationFloatEnergy. divide(FloatPower v)Calculate the division of FloatEnergy and FloatPower, which results in a FloatDuration scalar.FloatDimensionlessFloatPower. divide(FloatPower v)Calculate the division of FloatPower and FloatPower, which results in a FloatDimensionless scalar.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.FloatPowerFloatDimensionless. times(FloatPower v)Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.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 Constructor Description FloatPower(FloatPower value)Construct FloatPower scalar. -
Uses of FloatPower in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatPower Modifier and Type Method Description FloatPowerFloatPowerVector. instantiateScalarSI(float valueSI, PowerUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatPower Modifier and Type Method Description Class<FloatPower>FloatPowerVector. getScalarClass()Return the class of the corresponding scalar.