| Package | Description |
|---|---|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
Temperature.Abs |
Temperature.Abs.abs()
Set the value(s) to their absolute value.
|
Temperature.Abs |
Temperature.Abs.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
Temperature.Abs |
Temperature.Abs.asin()
Set the value(s) to the arc sine of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
Temperature.Abs |
Temperature.Abs.atan()
Set the value(s) to the arc tangent of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
Temperature.Abs |
Temperature.Abs.cbrt()
Set the value(s) to the(ir) cube root.
|
Temperature.Abs |
Temperature.Abs.ceil()
Set the value(s) to the smallest (closest to negative infinity) value(s) that are greater than or equal to the argument
and equal to a mathematical integer.
|
Temperature.Abs |
Temperature.Abs.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
Temperature.Abs |
Temperature.Abs.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
Temperature.Abs |
Temperature.Abs.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
Temperature.Abs |
Temperature.Abs.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
Temperature.Abs |
Temperature.Abs.floor()
Set the value(s) to the largest (closest to positive infinity) value(s) that are less than or equal to the argument and
equal to a mathematical integer.
|
static Temperature.Abs |
Temperature.Abs.interpolate(Temperature.Abs zero,
Temperature.Abs one,
double ratio)
Interpolate between two values.
|
Temperature.Abs |
Temperature.Abs.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
Temperature.Abs |
Temperature.Abs.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
Temperature.Abs |
Temperature.Abs.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
Temperature.Abs |
Temperature.Abs.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
Temperature.Abs |
Temperature.Abs.minus(Temperature.Rel v)
Absolute scalar minus Relative scalar = Absolute scalar.
|
Temperature.Abs |
Temperature.Rel.plus(Temperature.Abs v)
Relative scalar plus Absolute scalar = Absolute scalar.
|
Temperature.Abs |
Temperature.Abs.plus(Temperature.Rel v)
Absolute scalar plus Relative scalar = Absolute scalar.
|
Temperature.Abs |
Temperature.Abs.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
Temperature.Abs |
Temperature.Abs.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
Temperature.Abs |
Temperature.Abs.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
Temperature.Abs |
Temperature.Abs.signum()
Set the value(s) to the signum function of the value(s); zero if the argument is zero, 1.0 if the argument is greater
than zero, -1.0 if the argument is less than zero.
|
Temperature.Abs |
Temperature.Abs.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
Temperature.Abs |
Temperature.Abs.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
Temperature.Abs |
Temperature.Abs.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
Temperature.Abs |
Temperature.Abs.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
Temperature.Abs |
Temperature.Abs.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
Temperature.Abs |
Temperature.Rel.toAbs()
Translate the relative scalar into an absolute scalar (e.g., before or after a multiplication or division).
|
Temperature.Abs |
Temperature.Abs.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
Temperature.Abs |
Temperature.Abs.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
| Modifier and Type | Method and Description |
|---|---|
static Temperature.Abs |
Temperature.Abs.interpolate(Temperature.Abs zero,
Temperature.Abs one,
double ratio)
Interpolate between two values.
|
Temperature.Rel |
Temperature.Abs.minus(Temperature.Abs v)
Absolute scalar minus Absolute scalar = Relative scalar.
|
Temperature.Abs |
Temperature.Rel.plus(Temperature.Abs v)
Relative scalar plus Absolute scalar = Absolute scalar.
|
| Modifier and Type | Method and Description |
|---|---|
Temperature.Abs |
TemperatureVector.Abs.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Temperature.Abs |
MutableTemperatureVector.Abs.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
| Constructor and Description |
|---|
Dense(Temperature.Abs[] values)
Construct a new Absolute Dense Immutable DoubleVector.
|
Dense(Temperature.Abs[] values)
Construct a new Absolute Dense Mutable TemperatureVector.
|
Sparse(Temperature.Abs[] values)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(Temperature.Abs[] values)
Construct a new Absolute Sparse Mutable TemperatureVector.
|
Copyright © 2015 Delft University of Technology. All rights reserved.