| Package | Description |
|---|---|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| Modifier and Type | Method and Description |
|---|---|
FloatElectricalCurrent |
FloatElectricalCurrent.abs()
Set the value(s) to their absolute value.
|
FloatElectricalCurrent |
FloatElectricalCurrent.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
FloatElectricalCurrent |
FloatElectricalCurrent.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.
|
FloatElectricalCurrent |
FloatElectricalCurrent.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.
|
FloatElectricalCurrent |
FloatElectricalCurrent.cbrt()
Set the value(s) to the(ir) cube root.
|
FloatElectricalCurrent |
FloatElectricalCurrent.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.
|
FloatElectricalCurrent |
FloatElectricalCurrent.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.divideBy(double factor)
Divide scalar by a double factor.
|
FloatElectricalCurrent |
FloatElectricalCurrent.divideBy(float divisor)
Scale the value(s) by the inverse of a factor; i.e.
|
FloatElectricalCurrent |
FloatPower.divideBy(FloatElectricalPotential v)
Calculate the division of FloatPower and FloatElectricalPotential, which results in a FloatElectricalCurrent scalar.
|
FloatElectricalCurrent |
FloatElectricalPotential.divideBy(FloatElectricalResistance v)
Calculate the division of FloatElectricalPotential and FloatElectricalResistance, which results in a
FloatElectricalCurrent scalar.
|
FloatElectricalCurrent |
FloatElectricalCharge.divideBy(FloatTime.Rel v)
Calculate the division of FloatElectricalCharge and FloatTime, which results in a FloatElectricalCurrent scalar.
|
FloatElectricalCurrent |
FloatElectricalCurrent.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
FloatElectricalCurrent |
FloatElectricalCurrent.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 FloatElectricalCurrent |
FloatElectricalCurrent.interpolate(FloatElectricalCurrent zero,
FloatElectricalCurrent one,
double ratio)
Interpolate between two values.
|
static FloatElectricalCurrent |
FloatElectricalCurrent.interpolate(FloatElectricalCurrent zero,
FloatElectricalCurrent one,
float ratio)
Interpolate between two values.
|
FloatElectricalCurrent |
FloatElectricalCurrent.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
FloatElectricalCurrent |
FloatElectricalCurrent.minus(FloatElectricalCurrent v)
Relative scalar minus Relative scalar = Relative scalar.
|
FloatElectricalCurrent |
FloatElectricalCurrent.multiplyBy(double factor)
Multiply scalar with a double factor.
|
FloatElectricalCurrent |
FloatElectricalCurrent.multiplyBy(float factor)
Scale the value(s) by a factor.
|
FloatElectricalCurrent |
FloatDimensionless.Rel.multiplyBy(FloatElectricalCurrent v)
Calculate the multiplication of FloatDimensionless and FloatElectricalCurrent, which results in a
FloatElectricalCurrent scalar.
|
FloatElectricalCurrent |
FloatElectricalCurrent.plus(FloatElectricalCurrent v)
Relative scalar plus Relative scalar = Relative scalar.
|
FloatElectricalCurrent |
FloatElectricalCurrent.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
FloatElectricalCurrent |
FloatElectricalCurrent.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
FloatElectricalCurrent |
FloatElectricalCurrent.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
FloatElectricalCurrent |
FloatElectricalCurrent.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.
|
FloatElectricalCurrent |
FloatElectricalCurrent.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
FloatElectricalCurrent |
FloatElectricalCurrent.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
FloatElectricalCurrent |
FloatElectricalCurrent.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
| Modifier and Type | Method and Description |
|---|---|
FloatElectricalPotential |
FloatPower.divideBy(FloatElectricalCurrent v)
Calculate the division of FloatPower and FloatElectricalCurrent, which results in a FloatElectricalPotential scalar.
|
FloatElectricalResistance |
FloatElectricalPotential.divideBy(FloatElectricalCurrent v)
Calculate the division of FloatElectricalPotential and FloatElectricalCurrent, which results in a
FloatElectricalResistance scalar.
|
FloatDimensionless.Rel |
FloatElectricalCurrent.divideBy(FloatElectricalCurrent v)
Calculate the division of FloatElectricalCurrent and FloatElectricalCurrent, which results in a FloatDimensionless
scalar.
|
FloatTime.Rel |
FloatElectricalCharge.divideBy(FloatElectricalCurrent v)
Calculate the division of FloatElectricalCharge and FloatElectricalCurrent, which results in a FloatTime scalar.
|
static FloatElectricalCurrent |
FloatElectricalCurrent.interpolate(FloatElectricalCurrent zero,
FloatElectricalCurrent one,
double ratio)
Interpolate between two values.
|
static FloatElectricalCurrent |
FloatElectricalCurrent.interpolate(FloatElectricalCurrent zero,
FloatElectricalCurrent one,
float ratio)
Interpolate between two values.
|
FloatElectricalCurrent |
FloatElectricalCurrent.minus(FloatElectricalCurrent v)
Relative scalar minus Relative scalar = Relative scalar.
|
FloatElectricalCharge |
FloatTime.Rel.multiplyBy(FloatElectricalCurrent v)
Calculate the multiplication of FloatTime and FloatElectricalCurrent, which results in a FloatElectricalCharge
scalar.
|
FloatElectricalPotential |
FloatElectricalResistance.multiplyBy(FloatElectricalCurrent v)
Calculate the multiplication of FloatElectricalResistance and FloatElectricalCurrent, which results in a
FloatElectricalPotential scalar.
|
FloatPower |
FloatElectricalPotential.multiplyBy(FloatElectricalCurrent v)
Calculate the multiplication of FloatElectricalPotential and FloatElectricalCurrent, which results in a FloatPower
scalar.
|
FloatElectricalCurrent |
FloatDimensionless.Rel.multiplyBy(FloatElectricalCurrent v)
Calculate the multiplication of FloatDimensionless and FloatElectricalCurrent, which results in a
FloatElectricalCurrent scalar.
|
FloatElectricalCurrent |
FloatElectricalCurrent.plus(FloatElectricalCurrent v)
Relative scalar plus Relative scalar = Relative scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.