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