Method Summary |
|
public byte | byteValue() Returns the scalar value. |
public double | doubleValue() Returns the scalar value. |
public boolean | equals(Object object) Compares this measure with the specified object for equality. |
public float | floatValue() Returns the scalar value. |
public Unit | getUnit() Returns the unit. |
public int | hashCode() Returns a hash code value for this measure. |
public int | intValue() Returns the scalar value. |
public long | longValue() Returns the scalar value. |
public short | shortValue() Returns the scalar value. |
public String | toString() Returns a string representation of this measure. |