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