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