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