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