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, toString
clone, emptyArray, finalize, getClass, jailbreak, notify, notifyAll, wait, wait, wait
div, rem, times, unaryMinus
compareToUsing
public PowerUnit getBaseUnit()
AbstractMeasure
Length
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)
AbstractMeasure
make
in class AbstractMeasure<PowerUnit,Power>
public Power make(Rational value, PowerUnit unit)
AbstractMeasure
make
in class AbstractMeasure<PowerUnit,Power>
Copyright © 2024. All rights reserved.