|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.measure.unit.NonSI.IndianPrefix
public static class NonSI.IndianPrefix
Inner class holding prefixes used today in India, Pakistan, Bangladesh,
Nepal and Myanmar (Burma); based on grouping by two decimal places,
rather than the three decimal places common in most parts of the world.
import static javax.measure.unit.NonSI.IndianPrefix.*; // Static import.
...
Unit<Pressure> LAKH_PASCAL = LAKH(PASCAL);
Unit<Length> CRORE_METER = CRORE(METER);
| Method Summary | ||
|---|---|---|
static
|
ARAWB(Unit<Q> unit)
अरब (Arawb) Returns the specified unit multiplied by the factor 109 |
|
static
|
CRORE(Unit<Q> unit)
करोड़ (Crore) Returns the specified unit multiplied by the factor 107 |
|
static
|
DAS(Unit<Q> unit)
दस (Das) Returns the specified unit multiplied by the factor 101 |
|
static
|
EK(Unit<Q> unit)
एक (Ek) Returns the specified unit multiplied by the factor 1 |
|
static
|
HAZAAR(Unit<Q> unit)
हजार (Hazaar) Equivalent to SAHASR(javax.measure.unit.Unit. |
|
static
|
KHARAWB(Unit<Q> unit)
खरब (Kharawb) Returns the specified unit multiplied by the factor 1011 |
|
static
|
LAKH(Unit<Q> unit)
लाख (Lakh) Returns the specified unit multiplied by the factor 105 |
|
static
|
MAHASHANKH(Unit<Q> unit)
महाशंख (Mahashankh) Returns the specified unit multiplied by the factor 1019 |
|
static
|
NEEL(Unit<Q> unit)
नील (Neel) Returns the specified unit multiplied by the factor 1013 |
|
static
|
PADMA(Unit<Q> unit)
पद्म (Padma) Returns the specified unit multiplied by the factor 1015 |
|
static
|
SAHASR(Unit<Q> unit)
सहस्र (Sahasr) Returns the specified unit multiplied by the factor 103 |
|
static
|
SAU(Unit<Q> unit)
सौ (Sau) Returns the specified unit multiplied by the factor 102 |
|
static
|
SHANKH(Unit<Q> unit)
शंख (Shankh) Returns the specified unit multiplied by the factor 1017 |
|
| 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> EK(Unit<Q> unit)
एक (Ek)
Returns the specified unit multiplied by the factor1
unit - any unit.
unit.multiply(1).public static <Q extends Quantity> Unit<Q> DAS(Unit<Q> unit)
दस (Das)
Returns the specified unit multiplied by the factor101
unit - any unit.
unit.multiply(10).public static <Q extends Quantity> Unit<Q> SAU(Unit<Q> unit)
सौ (Sau)
Returns the specified unit multiplied by the factor102
unit - any unit.
unit.multiply(100).public static <Q extends Quantity> Unit<Q> SAHASR(Unit<Q> unit)
सहस्र (Sahasr)
Returns the specified unit multiplied by the factor103
unit - any unit.
unit.multiply(1e3).public static <Q extends Quantity> Unit<Q> HAZAAR(Unit<Q> unit)
हजार (Hazaar)
Equivalent toSAHASR(javax.measure.unit.Unit)
.
public static <Q extends Quantity> Unit<Q> LAKH(Unit<Q> unit)
लाख (Lakh)
Returns the specified unit multiplied by the factor105
unit - any unit.
unit.multiply(1e5).public static <Q extends Quantity> Unit<Q> CRORE(Unit<Q> unit)
करोड़ (Crore)
Returns the specified unit multiplied by the factor107
unit - any unit.
unit.multiply(1e7).public static <Q extends Quantity> Unit<Q> ARAWB(Unit<Q> unit)
अरब (Arawb)
Returns the specified unit multiplied by the factor109
unit - any unit.
unit.multiply(1e9).public static <Q extends Quantity> Unit<Q> KHARAWB(Unit<Q> unit)
खरब (Kharawb)
Returns the specified unit multiplied by the factor1011
unit - any unit.
unit.multiply(1e11).public static <Q extends Quantity> Unit<Q> NEEL(Unit<Q> unit)
नील (Neel)
Returns the specified unit multiplied by the factor1013
unit - any unit.
unit.multiply(1e13).public static <Q extends Quantity> Unit<Q> PADMA(Unit<Q> unit)
पद्म (Padma)
Returns the specified unit multiplied by the factor1015
unit - any unit.
unit.multiply(1e15).public static <Q extends Quantity> Unit<Q> SHANKH(Unit<Q> unit)
शंख (Shankh)
Returns the specified unit multiplied by the factor1017
unit - any unit.
unit.multiply(1e17).public static <Q extends Quantity> Unit<Q> MAHASHANKH(Unit<Q> unit)
महाशंख (Mahashankh)
Returns the specified unit multiplied by the factor1019
unit - any unit.
unit.multiply(1e19).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||