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 FloatPower
FloatPowerMatrix. 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 FloatPower
FloatPower. NaN
Constant with value NaN.static FloatPower
FloatPower. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatPower
FloatPower. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatPower
FloatPower. ONE
Constant with value one.static FloatPower
FloatPower. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatPower
FloatPower. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatPower
FloatPower. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatPower Modifier and Type Method Description FloatPower
FloatSIScalar. asPower()
Return the current scalar as a power.FloatPower
FloatSIScalar. asPower(PowerUnit displayUnit)
Return the current scalar as a power, and provide a display unit.FloatPower
FloatEnergy. divide(FloatDuration v)
Calculate the division of FloatEnergy and FloatDuration, which results in a FloatPower scalar.FloatPower
FloatTorque. divide(FloatDuration v)
Calculate the division of FloatTorque and FloatDuration, which results in a FloatPower scalar.FloatPower
FloatPower. instantiateRel(float value, PowerUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static 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
FloatPower. of(float value, String unitString)
Returns a FloatPower based on a value and the textual representation of the unit.FloatPower
FloatAcceleration. times(FloatMomentum v)
Calculate the multiplication of FloatAcceleration and FloatMomentum, which results in a FloatPower scalar.FloatPower
FloatDimensionless. times(FloatPower v)
Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.FloatPower
FloatElectricalCurrent. times(FloatElectricalPotential v)
Calculate the multiplication of FloatElectricalCurrent and FloatElectricalPotential, which results in a FloatPower scalar.FloatPower
FloatElectricalPotential. times(FloatElectricalCurrent v)
Calculate the multiplication of FloatElectricalPotential and FloatElectricalCurrent, which results in a FloatPower scalar.FloatPower
FloatEnergy. times(FloatFrequency v)
Calculate the multiplication of FloatEnergy and FloatFrequency, which results in a FloatPower scalar.FloatPower
FloatForce. times(FloatSpeed v)
Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.FloatPower
FloatFrequency. times(FloatEnergy v)
Calculate the multiplication of FloatFrequency and FloatEnergy, which results in a FloatPower scalar.FloatPower
FloatMomentum. times(FloatAcceleration v)
Calculate the multiplication of FloatMomentum and FloatAcceleration, which results in a FloatPower scalar.FloatPower
FloatSpeed. times(FloatForce v)
Calculate the multiplication of FloatSpeed and FloatForce, which results in a FloatPower scalar.FloatPower
FloatTorque. times(FloatFrequency v)
Calculate the multiplication of FloatTorque and FloatFrequency, which results in a FloatPower scalar.static FloatPower
FloatPower. 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 FloatDuration
FloatEnergy. divide(FloatPower v)
Calculate the division of FloatEnergy and FloatPower, which results in a FloatDuration scalar.FloatDimensionless
FloatPower. divide(FloatPower v)
Calculate the division of FloatPower and FloatPower, which results in a FloatDimensionless scalar.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.FloatPower
FloatDimensionless. times(FloatPower v)
Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.FloatEnergy
FloatDuration. 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 FloatPower
FloatPowerVector. 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.