| Modifier and Type | Class and Description |
|---|---|
class |
DivideException
Provides support for unit division failures.
|
class |
MultiplyException
Provides support for unit multiplication failures.
|
class |
RaiseException
Provides support for failure to raise a unit to a power.
|
class |
ShiftException
Provides support for failure to raise a unit to a power.
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
StandardUnitFormat.basicExpr(UnitDB unitDB) |
Unit |
Unit.divideBy(Unit that)
Divides this unit by another.
|
Unit |
UnitImpl.divideBy(Unit that)
Divides this unit by another.
|
Unit |
Unit.divideInto(Unit that)
Divides this unit into another.
|
Unit |
UnitImpl.divideInto(Unit that)
Divides this unit into another.
|
Unit |
StandardUnitFormat.logExpr(UnitDB unitDB) |
protected abstract Unit |
UnitImpl.myDivideBy(Unit unit)
Divides this unit by another.
|
protected Unit |
OffsetUnit.myDivideBy(Unit that)
Divide this unit by another unit.
|
protected Unit |
ScaledUnit.myDivideBy(Unit that)
Divides this unit by another unit.
|
protected Unit |
DerivedUnitImpl.myDivideBy(Unit that)
Divides this derived unit by another.
|
protected Unit |
LogarithmicUnit.myDivideInto(Unit that)
Divide this unit into another unit.
|
protected abstract Unit |
UnitImpl.myDivideInto(Unit unit)
Divides this unit into another.
|
protected Unit |
OffsetUnit.myDivideInto(Unit that)
Divide this unit into another unit.
|
protected Unit |
ScaledUnit.myDivideInto(Unit that)
Divides this unit into another unit.
|
protected Unit |
DerivedUnitImpl.myDivideInto(Unit that)
Divides this derived unit into another.
|
Unit |
StandardUnitFormat.powerExpr(UnitDB unitDB) |
Unit |
StandardUnitFormat.productExpr(UnitDB unitDB) |
Unit |
StandardUnitFormat.shiftExpr(UnitDB unitDB) |
Unit |
StandardUnitFormat.unitIdentifier(UnitDB unitDB) |
Unit |
StandardUnitFormat.unitSpec(UnitDB unitDB) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.