Package | Description |
---|---|
org.josef.science.math |
Mathematical related classes.
|
Modifier and Type | Method and Description |
---|---|
CInteger |
CInteger.add(int value)
Adds the supplied value to this value.
|
CInteger |
CInteger.divide(int value)
Divides this value by the supplied value.
|
CInteger |
CInteger.divideAndFloor(int value)
Divides this value by the supplied value and floors the result.
|
CInteger |
CInteger.multiply(int value)
Multiplies this value by the supplied value.
|
CInteger |
CInteger.subtract(int value)
Subtracts the supplied value from this value.
|
static CInteger |
CInteger.valueOf(int value)
Returns a CInteger object holding the value of the supplied value.
|
static CInteger |
CInteger.valueOf(long value)
Returns a CInteger object holding the value of the supplied value.
|
static CInteger |
CInteger.valueOf(Number value)
Returns a CInteger object holding the value of the supplied value.
|
static CInteger |
CInteger.valueOf(String value)
Returns a CInteger object holding the parsed value of the supplied value.
|
Modifier and Type | Method and Description |
---|---|
int |
CInteger.compareTo(CInteger object)
Compares two CInteger objects numerically.
|
Copyright © 2008–2018. All rights reserved.