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