public final class PotentialUnit extends AbstractQuotientUnit<PowerUnit,CurrentUnit,Potential,PotentialUnit>
ComparableUsing.EqualityMode, ComparableUsing.Operator
Modifier and Type | Field and Description |
---|---|
static PotentialUnit |
BASE |
static PotentialUnit |
V |
Modifier and Type | Method and Description |
---|---|
ResistanceUnit |
div(CurrentUnit current) |
static PotentialUnit |
get(PowerUnit powerUnit,
CurrentUnit currentUnit) |
static PotentialUnit |
get(PowerUnit powerUnit,
CurrentUnit currentUnit,
Rational factor,
String name,
String symbol) |
CurrentUnit |
getCurrentUnit() |
PowerUnit |
getPowerUnit() |
Potential |
makeDimension(Number amount) |
getFullName, getFullSymbol, getName, getSymbol, times, toBaseUnits, toNumber
equals, from, getFactor, getLeftUnit, getRightUnit, hashCode, toString
clone, emptyArray, finalize, getClass, jailbreak, notify, notifyAll, wait, wait, wait
compareTo, copy, fromNumber, postfixBind
div, div, minus, plus, rem, rem, times, toBaseNumber, unaryMinus
compareToUsing, equalityMode
public static final PotentialUnit V
public static final PotentialUnit BASE
public static PotentialUnit get(PowerUnit powerUnit, CurrentUnit currentUnit)
public static PotentialUnit get(PowerUnit powerUnit, CurrentUnit currentUnit, Rational factor, String name, String symbol)
public PowerUnit getPowerUnit()
public CurrentUnit getCurrentUnit()
public ResistanceUnit div(CurrentUnit current)
Copyright © 2024. All rights reserved.