Package | Description |
---|---|
tech.units.indriya |
This package provides the Reference Implementation of the
Units of Measurement API.
|
tech.units.indriya.function |
This package provides functional interfaces and other functions including unit or quantity conversion.
|
Modifier and Type | Method | Description |
---|---|---|
protected NumberSystem |
AbstractQuantity.numberSystem() |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultNumberSystem |
Modifier and Type | Method | Description |
---|---|---|
static NumberSystem |
Calculus.currentNumberSystem() |
Returns the current
NumberSystem used for Number arithmetic. |
static NumberSystem |
Calculus.getNumberSystem(String name) |
Returns the given
NumberSystem used for Number arithmetic by (class) name. |
Modifier and Type | Method | Description |
---|---|---|
static List<NumberSystem> |
Calculus.getAvailableNumberSystems() |
All available
NumberSystems used for Number arithmetic. |
Modifier and Type | Method | Description |
---|---|---|
static void |
Calculus.setCurrentNumberSystem(NumberSystem system) |
Sets the current number system
|
Copyright © 2005–2020 Units of Measurement project. All rights reserved.