Uses of Class
org.djunits.value.vdouble.scalar.Power
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return PowerModifier and TypeMethodDescriptionPowerMatrix.instantiateScalarSI(double valueSI, PowerUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type PowerConstructors in org.djunits.value.vdouble.matrix with parameters of type PowerModifierConstructorDescriptionPowerMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type PowerModifierConstructorDescriptionPowerMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as PowerModifier and TypeFieldDescriptionstatic final PowerPower.NaNConstant with value NaN.static final PowerPower.NEG_MAXVALUEConstant with value -MAX_VALUE.static final PowerPower.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final PowerPower.ONEConstant with value one.static final PowerPower.POS_MAXVALUEConstant with value MAX_VALUE.static final PowerPower.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final PowerPower.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return PowerModifier and TypeMethodDescriptionfinal PowerSIScalar.asPower()Return the current scalar as a power.final PowerReturn the current scalar as a power, and provide a display unit.final PowerCalculate the division of Energy and Duration, which results in a Power scalar.static PowerPower.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Power.final PowerCalculate the division of Torque and Duration, which results in a Power scalar.final PowerPower.instantiateRel(double value, PowerUnit unit) static PowerPower.interpolate(Power zero, Power one, double ratio) Interpolate between two values.static PowerReturn the maximum value of two relative scalars.static PowerReturn the maximum value of more than two relative scalars.static PowerReturn the minimum value of two relative scalars.static PowerReturn the minimum value of more than two relative scalars.static PowerPower.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Power.static PowerReturns a Power based on a value and the textual representation of the unit, which can be localized.static final PowerPower.ofSI(double value) Construct Power scalar based on an SI value.final PowerCalculate the multiplication of Acceleration and Momentum, which results in a Power scalar.final PowerCalculate the multiplication of Dimensionless and Power, which results in a Power scalar.final PowerElectricalCurrent.times(ElectricalPotential v) Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.final PowerElectricalPotential.times(ElectricalCurrent v) Calculate the multiplication of ElectricalPotential and ElectricalCurrent, which results in a Power scalar.final PowerCalculate the multiplication of Energy and Frequency, which results in a Power scalar.final PowerCalculate the multiplication of Force and Speed, which results in a Power scalar.final PowerCalculate the multiplication of Frequency and Energy, which results in a Power scalar.final PowerMomentum.times(Acceleration v) Calculate the multiplication of Momentum and Acceleration, which results in a Power scalar.final PowerCalculate the multiplication of Speed and Force, which results in a Power scalar.final PowerCalculate the multiplication of Torque and Frequency, which results in a Power scalar.static PowerReturns a Power representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type PowerModifier and TypeMethodDescriptionfinal DurationCalculate the division of Energy and Power, which results in a Duration scalar.final DimensionlessCalculate the division of Power and Power, which results in a Dimensionless scalar.final DurationCalculate 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 PowerReturn the maximum value of two relative scalars.static PowerReturn the maximum value of more than two relative scalars.static PowerReturn the minimum value of two relative scalars.static PowerReturn the minimum value of more than two relative scalars.final PowerCalculate the multiplication of Dimensionless and Power, which results in a Power scalar.final EnergyCalculate the multiplication of Duration and Power, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Power -
Uses of Power in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return PowerModifier and TypeMethodDescriptionPowerVector.instantiateScalarSI(double valueSI, PowerUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type PowerConstructors in org.djunits.value.vdouble.vector with parameters of type PowerModifierConstructorDescriptionPowerVector(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.