public abstract class Quantity extends Object
Constructor and Description |
---|
Quantity() |
Modifier and Type | Method and Description |
---|---|
abstract Unit<? extends Quantity> |
unit()
Get the unit for this quantity.
|
abstract Number |
value()
Get the numerical value of this quantity.
|
Copyright © 2006–2017 Open Microscopy Environment. All rights reserved.