|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiplyException | |
---|---|
ucar.units | Provides support for parsing and formatting string unit specification, converting numerical values between compatible units, and performing arithmetic on units (such as dividing one unit by another). |
Uses of MultiplyException in ucar.units |
---|
Methods in ucar.units that throw MultiplyException | |
---|---|
Unit |
ScaledUnit.multiplyBy(double scale)
|
Unit |
UnitImpl.multiplyBy(double scale)
|
Unit |
Unit.multiplyBy(double scale)
Multiplies this unit by a scale factor. |
Unit |
OffsetUnit.multiplyBy(double scale)
|
Unit |
UnitImpl.multiplyBy(Unit that)
Multiplies this unit by another. |
Unit |
Unit.multiplyBy(Unit that)
Multiplies this unit by another. |
protected Unit |
ScaledUnit.myMultiplyBy(Unit that)
Multiplies this unit by another unit. |
protected abstract Unit |
UnitImpl.myMultiplyBy(Unit that)
Multiplies this unit by another. |
protected Unit |
TimeScaleUnit.myMultiplyBy(Unit that)
Multiplies this unit by another unit. |
protected Unit |
DerivedUnitImpl.myMultiplyBy(Unit that)
Multiplies this derived unit by another. |
protected Unit |
LogarithmicUnit.myMultiplyBy(Unit that)
Multiply this unit by another unit. |
protected Unit |
OffsetUnit.myMultiplyBy(Unit that)
Multiply this unit by another unit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |