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