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