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