public class FlowVolume extends DoubleScalar.Rel<FlowVolumeUnit> implements Relative
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-10-04 20:45:14 +0200 (Sun, 04 Oct 2015) $, @version $Revision: 85 $, by $Author: averbraeck $, initial
version Sep 5, 2015
DoubleScalar.Abs<U extends Unit<U>>, DoubleScalar.Rel<U extends Unit<U>>si| Constructor and Description |
|---|
FlowVolume(double value,
FlowVolumeUnit unit)
Construct FlowVolume scalar.
|
FlowVolume(DoubleScalar.Rel<FlowVolumeUnit> value)
Construct FlowVolume scalar.
|
| Modifier and Type | Method and Description |
|---|---|
FlowVolume |
abs()
Set the value(s) to their absolute value.
|
FlowVolume |
acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
FlowVolume |
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.
|
FlowVolume |
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.
|
FlowVolume |
cbrt()
Set the value(s) to the(ir) cube root.
|
FlowVolume |
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.
|
FlowVolume |
cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
FlowVolume |
cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
Speed |
divideBy(Area v)
Calculate the division of FlowVolume and Area, which results in a Speed scalar.
|
FlowVolume |
divideBy(double divisor)
Scale the value(s) by the inverse of a factor; i.e.
|
Dimensionless.Rel |
divideBy(FlowVolume v)
Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless scalar.
|
Volume |
divideBy(Frequency v)
Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.
|
Area |
divideBy(Speed v)
Calculate the division of FlowVolume and Speed, which results in a Area scalar.
|
Frequency |
divideBy(Volume v)
Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.
|
FlowVolume |
exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
FlowVolume |
expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
FlowVolume |
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 FlowVolume |
interpolate(FlowVolume zero,
FlowVolume one,
double ratio)
Interpolate between two values.
|
FlowVolume |
inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
FlowVolume |
log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
FlowVolume |
log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
FlowVolume |
log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
FlowVolume |
minus(FlowVolume v)
Relative scalar minus Relative scalar = Relative scalar.
|
FlowVolume |
multiplyBy(double factor)
Scale the value(s) by a factor.
|
Volume |
multiplyBy(Time.Rel v)
Calculate the multiplication of FlowVolume and Time, which results in a Volume scalar.
|
FlowVolume |
plus(FlowVolume v)
Relative scalar plus Relative scalar = Relative scalar.
|
FlowVolume |
pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
FlowVolume |
rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
FlowVolume |
round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
FlowVolume |
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.
|
FlowVolume |
sin()
Set the value(s) to the trigonometric sine of the value(s).
|
FlowVolume |
sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
FlowVolume |
sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
FlowVolume |
tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
FlowVolume |
tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
FlowVolume |
toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
FlowVolume |
toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
compareTo, eq, ge, getSI, gt, le, lt, minus, ne, plusdivide, divide, doubleValue, equals, floatValue, getInUnit, getInUnit, hashCode, interpolate, interpolate, intValue, longValue, minus, minus, minus, multiply, multiply, plus, plus, plus, toString, toString, toString, toStringexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelativebyteValue, shortValuepublic FlowVolume(double value,
FlowVolumeUnit unit)
value - double valueunit - unit for the double valuepublic FlowVolume(DoubleScalar.Rel<FlowVolumeUnit> value)
value - Scalar from which to construct this instancepublic static FlowVolume interpolate(FlowVolume zero, FlowVolume one, double ratio)
zero - the low valueone - the high valueratio - the ratio between 0 and 1, inclusivepublic final FlowVolume abs()
abs in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>abs in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume acos()
acos in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>acos in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume asin()
asin in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>asin in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume atan()
atan in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>atan in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume cbrt()
cbrt in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>cbrt in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume ceil()
ceil in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>ceil in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume cos()
cos in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>cos in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume cosh()
cosh in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>cosh in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume exp()
exp in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>exp in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume expm1()
expm1 in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>expm1 in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume floor()
floor in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>floor in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume log()
log in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>log in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume log10()
log10 in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>log10 in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume log1p()
log1p in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>log1p in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume rint()
rint in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>rint in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume round()
round in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>round in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume signum()
signum in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>signum in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume sin()
sin in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>sin in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume sinh()
sinh in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>sinh in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume sqrt()
sqrt in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>sqrt in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume tan()
tan in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>tan in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume tanh()
tanh in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>tanh in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume inv()
inv in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>inv in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume toDegrees()
toDegrees in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>toDegrees in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume toRadians()
toRadians in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>toRadians in class DoubleScalar.Rel<FlowVolumeUnit>public final FlowVolume pow(double x)
pow in interface MathFunctions<DoubleScalar<FlowVolumeUnit>>pow in class DoubleScalar.Rel<FlowVolumeUnit>x - double; the value to use as the powerpublic final FlowVolume multiplyBy(double factor)
multiplyBy in interface DoubleMathFunctions<DoubleScalar<FlowVolumeUnit>>multiplyBy in class DoubleScalar.Rel<FlowVolumeUnit>factor - double; the multiplierpublic final FlowVolume divideBy(double divisor)
divideBy in interface DoubleMathFunctions<DoubleScalar<FlowVolumeUnit>>divideBy in class DoubleScalar.Rel<FlowVolumeUnit>divisor - double; the divisorpublic final FlowVolume plus(FlowVolume v)
v - the value to addpublic final FlowVolume minus(FlowVolume v)
v - the value to subtractpublic final Dimensionless.Rel divideBy(FlowVolume v)
v - FlowVolume scalarpublic final Volume multiplyBy(Time.Rel v)
v - FlowVolume scalarpublic final Volume divideBy(Frequency v)
v - FlowVolume scalarpublic final Frequency divideBy(Volume v)
v - FlowVolume scalarpublic final Speed divideBy(Area v)
v - FlowVolume scalarCopyright © 2015 Delft University of Technology. All rights reserved.