Uses of Class
org.djunits.value.vdouble.scalar.Power
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of Power in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Power Modifier and Type Method Description PowerPowerMatrix. instantiateScalarSI(double valueSI, PowerUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Power Modifier and Type Method Description Class<Power>PowerMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Power in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Power Modifier and Type Field Description static PowerPower. NaNConstant with value NaN.static PowerPower. NEG_MAXVALUEConstant with value -MAX_VALUE.static PowerPower. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static PowerPower. ONEConstant with value one.static PowerPower. POS_MAXVALUEConstant with value MAX_VALUE.static PowerPower. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static PowerPower. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Power Modifier and Type Method Description PowerSIScalar. asPower()Return the current scalar as a power.PowerSIScalar. asPower(PowerUnit displayUnit)Return the current scalar as a power, and provide a display unit.PowerEnergy. divide(Duration v)Calculate the division of Energy and Duration, which results in a Power scalar.PowerTorque. divide(Duration v)Calculate the division of Torque and Duration, which results in a Power scalar.PowerPower. instantiateRel(double value, PowerUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static PowerPower. instantiateSI(double value)Construct Power scalar.static PowerPower. interpolate(Power zero, Power one, double ratio)Interpolate between two values.static PowerPower. max(Power r1, Power r2)Return the maximum value of two relative scalars.static PowerPower. max(Power r1, Power r2, Power... rn)Return the maximum value of more than two relative scalars.static PowerPower. min(Power r1, Power r2)Return the minimum value of two relative scalars.static PowerPower. min(Power r1, Power r2, Power... rn)Return the minimum value of more than two relative scalars.static PowerPower. of(double value, String unitString)Returns a Power based on a value and the textual representation of the unit.PowerAcceleration. times(Momentum v)Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.PowerDimensionless. times(Power v)Calculate the multiplication of Dimensionless and Power, which results in a Power scalar.PowerElectricalCurrent. times(ElectricalPotential v)Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.PowerElectricalPotential. times(ElectricalCurrent v)Calculate the multiplication of ElectricalPotential and ElectricalCurrent, which results in a Power scalar.PowerEnergy. times(Frequency v)Calculate the multiplication of Energy and Frequency, which results in a Power scalar.PowerForce. times(Speed v)Calculate the multiplication of Force and Speed, which results in a Power scalar.PowerFrequency. times(Energy v)Calculate the multiplication of Frequency and Energy, which results in a Power scalar.PowerMomentum. times(Acceleration v)Calculate the multiplication of Momentum and Acceleration, which results in a Power scalar.PowerSpeed. times(Force v)Calculate the multiplication of Speed and Force, which results in a Power scalar.PowerTorque. times(Frequency v)Calculate the multiplication of Torque and Frequency, which results in a Power scalar.static PowerPower. valueOf(String text)Returns a Power representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Power Modifier and Type Method Description DurationEnergy. divide(Power v)Calculate the division of Energy and Power, which results in a Duration scalar.DimensionlessPower. divide(Power v)Calculate the division of Power and Power, which results in a Dimensionless scalar.DurationTorque. divide(Power v)Calculate the division of Torque and Power, which results in a Duration scalar.static PowerPower. interpolate(Power zero, Power one, double ratio)Interpolate between two values.static PowerPower. max(Power r1, Power r2)Return the maximum value of two relative scalars.static PowerPower. max(Power r1, Power r2, Power... rn)Return the maximum value of more than two relative scalars.static PowerPower. min(Power r1, Power r2)Return the minimum value of two relative scalars.static PowerPower. min(Power r1, Power r2, Power... rn)Return the minimum value of more than two relative scalars.PowerDimensionless. times(Power v)Calculate the multiplication of Dimensionless and Power, which results in a Power scalar.EnergyDuration. times(Power v)Calculate the multiplication of Duration and Power, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Power Constructor Description Power(Power value)Construct Power scalar. -
Uses of Power in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Power Modifier and Type Method Description PowerPowerVector. instantiateScalarSI(double valueSI, PowerUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Power Modifier and Type Method Description Class<Power>PowerVector. getScalarClass()Return the class of the corresponding scalar.