public static final class NumberSystem.DivisionResult extends Object
| Modifier and Type | Field and Description |
|---|---|
Number |
quotient
originating from x / y
|
Number |
remainder
originating from x % y
|
| Modifier and Type | Method and Description |
|---|---|
static NumberSystem.DivisionResult |
of(Number quotient,
Number remainder) |
Copyright © 2005–2022 Units of Measurement project. All rights reserved.