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