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