| 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 |
|---|---|
MoneyPerArea |
MoneyPerArea.abs()
Set the value(s) to their absolute value.
|
MoneyPerArea |
MoneyPerArea.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
MoneyPerArea |
MoneyPerArea.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.
|
MoneyPerArea |
MoneyPerArea.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.
|
MoneyPerArea |
MoneyPerArea.cbrt()
Set the value(s) to the(ir) cube root.
|
MoneyPerArea |
MoneyPerArea.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.
|
MoneyPerArea |
MoneyPerArea.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
MoneyPerArea |
MoneyPerArea.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
MoneyPerArea |
Money.divideBy(Area v)
Calculate the division of Money and Area, which results in a MoneyPerArea scalar.
|
MoneyPerArea |
MoneyPerArea.divideBy(double divisor)
Scale the value(s) by the inverse of a factor; i.e.
|
MoneyPerArea |
MoneyPerArea.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
MoneyPerArea |
MoneyPerArea.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
MoneyPerArea |
MoneyPerArea.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 MoneyPerArea |
MoneyPerArea.interpolate(MoneyPerArea zero,
MoneyPerArea one,
double ratio)
Interpolate between two values.
|
MoneyPerArea |
MoneyPerArea.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
MoneyPerArea |
MoneyPerArea.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
MoneyPerArea |
MoneyPerArea.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
MoneyPerArea |
MoneyPerArea.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
MoneyPerArea |
MoneyPerArea.minus(MoneyPerArea v)
Relative scalar minus Relative scalar = Relative scalar.
|
MoneyPerArea |
MoneyPerArea.multiplyBy(double factor)
Scale the value(s) by a factor.
|
MoneyPerArea |
Dimensionless.Rel.multiplyBy(MoneyPerArea v)
Calculate the multiplication of Dimensionless and MoneyPerArea, which results in a MoneyPerArea scalar.
|
MoneyPerArea |
MoneyPerArea.plus(MoneyPerArea v)
Relative scalar plus Relative scalar = Relative scalar.
|
MoneyPerArea |
MoneyPerArea.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
MoneyPerArea |
MoneyPerArea.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MoneyPerArea |
MoneyPerArea.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MoneyPerArea |
MoneyPerArea.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.
|
MoneyPerArea |
MoneyPerArea.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
MoneyPerArea |
MoneyPerArea.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
MoneyPerArea |
MoneyPerArea.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
MoneyPerArea |
MoneyPerArea.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
MoneyPerArea |
MoneyPerArea.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
MoneyPerArea |
MoneyPerArea.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
MoneyPerArea |
MoneyPerArea.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
| Modifier and Type | Method and Description |
|---|---|
Dimensionless.Rel |
MoneyPerArea.divideBy(MoneyPerArea v)
Calculate the division of MoneyPerArea and MoneyPerArea, which results in a Dimensionless scalar.
|
static MoneyPerArea |
MoneyPerArea.interpolate(MoneyPerArea zero,
MoneyPerArea one,
double ratio)
Interpolate between two values.
|
MoneyPerArea |
MoneyPerArea.minus(MoneyPerArea v)
Relative scalar minus Relative scalar = Relative scalar.
|
MoneyPerArea |
Dimensionless.Rel.multiplyBy(MoneyPerArea v)
Calculate the multiplication of Dimensionless and MoneyPerArea, which results in a MoneyPerArea scalar.
|
Money |
Area.multiplyBy(MoneyPerArea v)
Calculate the multiplication of Area and MoneyPerArea, which results in a Money scalar.
|
MoneyPerArea |
MoneyPerArea.plus(MoneyPerArea v)
Relative scalar plus Relative scalar = Relative scalar.
|
| Modifier and Type | Method and Description |
|---|---|
MoneyPerArea |
MutableMoneyPerAreaVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerArea |
MoneyPerAreaVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
| Constructor and Description |
|---|
Dense(MoneyPerArea[] values)
Construct a new Relative Dense Immutable MoneyPerArea Vector.
|
Dense(MoneyPerArea[] values)
Construct a new Relative Dense Immutable MoneyPerArea Vector.
|
Sparse(MoneyPerArea[] values)
Construct a new Relative Sparse Immutable MoneyPerArea Vector.
|
Sparse(MoneyPerArea[] values)
Construct a new Relative Sparse Immutable MoneyPerArea Vector.
|
Copyright © 2015 Delft University of Technology. All rights reserved.