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 |
---|---|
protected Unit |
OffsetUnit.myRaiseTo(int power)
Raise this unit to a power.
|
protected abstract Unit |
UnitImpl.myRaiseTo(int power)
Raises this unit to a power.
|
protected Unit |
ScaledUnit.myRaiseTo(int power)
Raises this unit to a power.
|
protected Unit |
LogarithmicUnit.myRaiseTo(int power)
Raise this unit to a power.
|
protected Unit |
TimeScaleUnit.myRaiseTo(int power)
Raises this unit to a power.
|
Unit |
UnitImpl.raiseTo(int power)
Raises this unit to a power.
|
Unit |
Unit.raiseTo(int power)
Raises this unit to a power.
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.