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
|
DecimalMeasure.valueOf(java.math.BigDecimal decimal,
Unit<Q> unit)
Returns the decimal measure for the specified number stated in the
specified unit. |
static
|
DecimalMeasure.valueOf(java.lang.CharSequence csq)
Returns the decimal measure for the specified textual representation. |