Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
Unit |
OffsetUnit.multiplyBy(double scale) |
Unit |
ScaledUnit.multiplyBy(double scale) |
Unit |
Unit.multiplyBy(double scale)
Multiplies this unit by a scale factor.
|
Unit |
UnitImpl.multiplyBy(double scale) |
Unit |
Unit.multiplyBy(Unit that)
Multiplies this unit by another.
|
Unit |
UnitImpl.multiplyBy(Unit that)
Multiplies this unit by another.
|
protected Unit |
OffsetUnit.myMultiplyBy(Unit that)
Multiply this unit by another unit.
|
protected Unit |
ScaledUnit.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 |
TimeScaleUnit.myMultiplyBy(Unit that)
Multiplies this unit by another unit.
|
protected abstract Unit |
UnitImpl.myMultiplyBy(Unit that)
Multiplies this unit by another.
|
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.