| 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 and Description |
|---|---|
protected NumberSystem |
AbstractQuantity.numberSystem() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNumberSystem
|
| Modifier and Type | Method and 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 and Description |
|---|---|
static List<NumberSystem> |
Calculus.getAvailableNumberSystems()
All available
NumberSystems used for Number arithmetic. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Calculus.setCurrentNumberSystem(NumberSystem system)
Sets the current number system
|
Copyright © 2005–2021 Units of Measurement project. All rights reserved.