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