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