| Package | Description |
|---|---|
| com.mware.ge.values | |
| com.mware.ge.values.storable | |
| com.mware.ge.values.storable.random | |
| com.mware.ge.values.utils |
| Modifier and Type | Method and Description |
|---|---|
default Base |
ValueMapper.mapDouble(DoubleValue value) |
| Modifier and Type | Field and Description |
|---|---|
static DoubleValue |
Values.E |
static DoubleValue |
Values.PI |
| Modifier and Type | Method and Description |
|---|---|
DoubleValue |
FloatingPointValue.dividedBy(double b) |
DoubleValue |
IntegralValue.dividedBy(double b) |
DoubleValue |
FloatingPointValue.dividedBy(long b) |
static DoubleValue |
Values.doubleValue(double value) |
DoubleValue |
GeoPointValue.getAltitude() |
DoubleValue |
GeoPointValue.getLatitude() |
DoubleValue |
GeoPointValue.getLongitude() |
DoubleValue |
FloatingPointValue.minus(double b) |
DoubleValue |
IntegralValue.minus(double b) |
DoubleValue |
FloatingPointValue.minus(long b) |
DoubleValue |
FloatingPointValue.plus(double b) |
DoubleValue |
IntegralValue.plus(double b) |
DoubleValue |
FloatingPointValue.plus(long b) |
DoubleValue |
FloatingPointValue.times(double b) |
DoubleValue |
IntegralValue.times(double b) |
DoubleValue |
FloatingPointValue.times(long b) |
| Modifier and Type | Method and Description |
|---|---|
DoubleValue |
RandomValues.nextDoubleValue() |
| Modifier and Type | Method and Description |
|---|---|
static DoubleValue |
ValueMath.add(double a,
double b)
Addition of two doubles
|
static DoubleValue |
ValueMath.multiply(double a,
double b)
Multiplication of two doubles
|
static DoubleValue |
ValueMath.subtract(double a,
double b)
Subtraction of two doubles
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.