Uses of Class
org.djunits.value.vdouble.scalar.Power
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Power in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionPowerMatrix.instantiateScalarSI
(double valueSI, PowerUnit displayUnit) ModifierConstructorDescriptionPowerMatrix
(Power[][] data) Construct a PowerMatrix from an array of an array of Power objects.PowerMatrix
(Power[][] data, PowerUnit displayUnit) Construct a PowerMatrix from an array of an array of Power objects.PowerMatrix
(Power[][] data, PowerUnit displayUnit, StorageType storageType) Construct a PowerMatrix from an array of an array of Power objects.PowerMatrix
(Power[][] data, StorageType storageType) Construct a PowerMatrix from an array of an array of Power objects.ModifierConstructorDescriptionPowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, int rows, int cols) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, int rows, int cols, StorageType storageType) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Power in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Power
Power.NaN
Constant with value NaN.static final Power
Power.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Power
Power.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Power
Power.ONE
Constant with value one.static final Power
Power.POS_MAXVALUE
Constant with value MAX_VALUE.static final Power
Power.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Power
Power.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Power
SIScalar.asPower()
Return the current scalar as a power.final Power
Return the current scalar as a power, and provide a display unit.final Power
Calculate the division of Energy and Duration, which results in a Power scalar.final Power
Calculate the division of Torque and Duration, which results in a Power scalar.final Power
Power.instantiateRel
(double value, PowerUnit unit) static final Power
Power.instantiateSI
(double value) Construct Power scalar.static Power
Power.interpolate
(Power zero, Power one, double ratio) Interpolate between two values.static Power
Return the maximum value of two relative scalars.static Power
Return the maximum value of more than two relative scalars.static Power
Return the minimum value of two relative scalars.static Power
Return the minimum value of more than two relative scalars.static Power
Returns a Power based on a value and the textual representation of the unit, which can be localized.final Power
Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.final Power
Calculate the multiplication of Dimensionless and Power, which results in a Power scalar.final Power
ElectricalCurrent.times
(ElectricalPotential v) Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.final Power
ElectricalPotential.times
(ElectricalCurrent v) Calculate the multiplication of ElectricalPotential and ElectricalCurrent, which results in a Power scalar.final Power
Calculate the multiplication of Energy and Frequency, which results in a Power scalar.final Power
Calculate the multiplication of Force and Speed, which results in a Power scalar.final Power
Calculate the multiplication of Frequency and Energy, which results in a Power scalar.final Power
Momentum.times
(Acceleration v) Calculate the multiplication of Momentum and Acceleration, which results in a Power scalar.final Power
Calculate the multiplication of Speed and Force, which results in a Power scalar.final Power
Calculate the multiplication of Torque and Frequency, which results in a Power scalar.static Power
Returns a Power representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Duration
Calculate the division of Energy and Power, which results in a Duration scalar.final Dimensionless
Calculate the division of Power and Power, which results in a Dimensionless scalar.final Duration
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
Return the maximum value of two relative scalars.static Power
Return the maximum value of more than two relative scalars.static Power
Return the minimum value of two relative scalars.static Power
Return the minimum value of more than two relative scalars.final Power
Calculate the multiplication of Dimensionless and Power, which results in a Power scalar.final Energy
Calculate the multiplication of Duration and Power, which results in a Energy scalar. -
Uses of Power in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionPowerVector.instantiateScalarSI
(double valueSI, PowerUnit displayUnit) ModifierConstructorDescriptionPowerVector
(Power[] data) Construct an PowerVector from an array of Power objects.PowerVector
(Power[] data, PowerUnit displayUnit) Construct an PowerVector from an array of Power objects.PowerVector
(Power[] data, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from an array of Power objects.PowerVector
(Power[] data, StorageType storageType) Construct an PowerVector from an array of Power objects.