Uses of Class
javax.measure.DecimalMeasure

Packages that use DecimalMeasure
javax.measure Provides strongly typed measurements to enforce compile-time check of parameters consistency and avoid interface errors. 
 

Uses of DecimalMeasure in javax.measure
 

Methods in javax.measure that return DecimalMeasure
 DecimalMeasure<Q> DecimalMeasure.to(Unit<Q> unit)
          Returns the decimal measure equivalent to this measure but stated in the specified unit.
 DecimalMeasure<Q> DecimalMeasure.to(Unit<Q> unit, java.math.MathContext mathContext)
          Returns the decimal measure equivalent to this measure but stated in the specified unit, the conversion is performed using the specified math context.
static
<Q extends Quantity>
DecimalMeasure<Q>
DecimalMeasure.valueOf(java.math.BigDecimal decimal, Unit<Q> unit)
          Returns the decimal measure for the specified number stated in the specified unit.
static
<Q extends Quantity>
DecimalMeasure<Q>
DecimalMeasure.valueOf(java.lang.CharSequence csq)
          Returns the decimal measure for the specified textual representation.
 



Copyright © 2010. All Rights Reserved.