|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.measure.unit.NonSI.BinaryPrefix
public static class NonSI.BinaryPrefix
Inner class holding binary prefixes.
| Method Summary | ||
|---|---|---|
static
|
EXBI(Unit<Q> unit)
Returns the specified unit multiplied by the factor 260 (binary prefix). |
|
static
|
GIBI(Unit<Q> unit)
Returns the specified unit multiplied by the factor 230 (binary prefix). |
|
static
|
KIBI(Unit<Q> unit)
Returns the specified unit multiplied by the factor 210 (binary prefix). |
|
static
|
MEBI(Unit<Q> unit)
Returns the specified unit multiplied by the factor 220 (binary prefix). |
|
static
|
PEBI(Unit<Q> unit)
Returns the specified unit multiplied by the factor 250 (binary prefix). |
|
static
|
TEBI(Unit<Q> unit)
Returns the specified unit multiplied by the factor 240 (binary prefix). |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <Q extends Quantity> Unit<Q> KIBI(Unit<Q> unit)
210 (binary prefix).
unit - any unit.
unit.times(1024).public static <Q extends Quantity> Unit<Q> MEBI(Unit<Q> unit)
220 (binary prefix).
unit - any unit.
unit.times(1048576).public static <Q extends Quantity> Unit<Q> GIBI(Unit<Q> unit)
230 (binary prefix).
unit - any unit.
unit.times(1073741824).public static <Q extends Quantity> Unit<Q> TEBI(Unit<Q> unit)
240 (binary prefix).
unit - any unit.
unit.times(1099511627776L).public static <Q extends Quantity> Unit<Q> PEBI(Unit<Q> unit)
250 (binary prefix).
unit - any unit.
unit.times(1125899906842624L).public static <Q extends Quantity> Unit<Q> EXBI(Unit<Q> unit)
260 (binary prefix).
unit - any unit.
unit.times(1152921504606846976L).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||