public final class Power extends AbstractMeasure<PowerUnit,Power>
ComparableUsing.EqualityMode, ComparableUsing.Operator| Constructor and Description |
|---|
Power(Rational value,
PowerUnit unit) |
Power(Rational value,
PowerUnit unit,
PowerUnit displayUnit) |
| Modifier and Type | Method and Description |
|---|---|
Potential |
div(Current current) |
Velocity |
div(Force force) |
Current |
div(Potential potential) |
Force |
div(Velocity v) |
PowerUnit |
getBaseUnit()
The unit on which all instances of this type are based.
|
Power |
make(Rational value,
PowerUnit unit)
Creates a new instance using the specified parameters.
|
Power |
make(Rational value,
PowerUnit unit,
PowerUnit displayUnit)
Creates a new instance using the specified parameters.
|
Energy |
times(Time time) |
compareTo, copy, copy, div, equalityMode, equals, fromBaseNumber, fromNumber, getDisplayUnit, getValue, hashCode, minus, nextInSequence, nextNthInSequence, plus, previousInSequence, previousNthInSequence, rem, to, toBaseNumber, toMixedString, toNumber, toNumber, toStringclone, finalize, getClass, jailbreak, notify, notifyAll, wait, wait, waitdiv, rem, times, unaryMinuscompareToUsingpublic PowerUnit getBaseUnit()
AbstractMeasureLength dimension might use Meters
as the base unit because it is the SI standard.getBaseUnit in class AbstractMeasure<PowerUnit,Power>public Power make(Rational value, PowerUnit unit, PowerUnit displayUnit)
AbstractMeasuremake in class AbstractMeasure<PowerUnit,Power>public Power make(Rational value, PowerUnit unit)
AbstractMeasuremake in class AbstractMeasure<PowerUnit,Power>Copyright © 2022. All rights reserved.