Uses of Class
org.djunits.value.vdouble.scalar.Power
-
Packages that use 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 Power
PowerMatrix. 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 Power
Power. NaN
Constant with value NaN.static Power
Power. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Power
Power. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Power
Power. ONE
Constant with value one.static Power
Power. POS_MAXVALUE
Constant with value MAX_VALUE.static Power
Power. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Power
Power. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Power Modifier and Type Method Description Power
SIScalar. asPower()
Return the current scalar as a power.Power
SIScalar. asPower(PowerUnit displayUnit)
Return the current scalar as a power, and provide a display unit.Power
Energy. divide(Duration v)
Calculate the division of Energy and Duration, which results in a Power scalar.Power
Torque. divide(Duration v)
Calculate the division of Torque and Duration, which results in a Power scalar.Power
Power. instantiateRel(double value, PowerUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Power
Power. instantiateSI(double value)
Construct Power scalar.static Power
Power. interpolate(Power zero, Power one, double ratio)
Interpolate between two values.static Power
Power. max(Power r1, Power r2)
Return the maximum value of two relative scalars.static Power
Power. max(Power r1, Power r2, Power... rn)
Return the maximum value of more than two relative scalars.static Power
Power. min(Power r1, Power r2)
Return the minimum value of two relative scalars.static Power
Power. min(Power r1, Power r2, Power... rn)
Return the minimum value of more than two relative scalars.static Power
Power. of(double value, String unitString)
Returns a Power based on a value and the textual representation of the unit.Power
Acceleration. times(Momentum v)
Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.Power
Dimensionless. times(Power v)
Calculate the multiplication of Dimensionless and Power, which results in a Power scalar.Power
ElectricalCurrent. times(ElectricalPotential v)
Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.Power
ElectricalPotential. times(ElectricalCurrent v)
Calculate the multiplication of ElectricalPotential and ElectricalCurrent, which results in a Power scalar.Power
Energy. times(Frequency v)
Calculate the multiplication of Energy and Frequency, which results in a Power scalar.Power
Force. times(Speed v)
Calculate the multiplication of Force and Speed, which results in a Power scalar.Power
Frequency. times(Energy v)
Calculate the multiplication of Frequency and Energy, which results in a Power scalar.Power
Momentum. times(Acceleration v)
Calculate the multiplication of Momentum and Acceleration, which results in a Power scalar.Power
Speed. times(Force v)
Calculate the multiplication of Speed and Force, which results in a Power scalar.Power
Torque. times(Frequency v)
Calculate the multiplication of Torque and Frequency, which results in a Power scalar.static Power
Power. 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 Duration
Energy. divide(Power v)
Calculate the division of Energy and Power, which results in a Duration scalar.Dimensionless
Power. divide(Power v)
Calculate the division of Power and Power, which results in a Dimensionless scalar.Duration
Torque. divide(Power v)
Calculate the division of Torque and Power, which results in a Duration scalar.static Power
Power. interpolate(Power zero, Power one, double ratio)
Interpolate between two values.static Power
Power. max(Power r1, Power r2)
Return the maximum value of two relative scalars.static Power
Power. max(Power r1, Power r2, Power... rn)
Return the maximum value of more than two relative scalars.static Power
Power. min(Power r1, Power r2)
Return the minimum value of two relative scalars.static Power
Power. min(Power r1, Power r2, Power... rn)
Return the minimum value of more than two relative scalars.Power
Dimensionless. times(Power v)
Calculate the multiplication of Dimensionless and Power, which results in a Power scalar.Energy
Duration. 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 Power
PowerVector. 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.
-