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