Uses of Interface
org.djunits.value.vdouble.scalar.base.DoubleScalarInterface.RelWithAbs
Package | Description |
---|---|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.scalar.base |
Interfaces, abstract classes and utilities for DoubleScalar.
|
-
Uses of DoubleScalarInterface.RelWithAbs in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement DoubleScalarInterface.RelWithAbs Modifier and Type Class Description class
Angle
Easy access methods for the Relative Angle DoubleScalar.class
Duration
Easy access methods for the Relative Duration DoubleScalar.class
Length
Easy access methods for the Relative Length DoubleScalar.class
Temperature
Easy access methods for the Relative Temperature DoubleScalar. -
Uses of DoubleScalarInterface.RelWithAbs in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base with type parameters of type DoubleScalarInterface.RelWithAbs Modifier and Type Interface Description static interface
DoubleScalarInterface.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends DoubleScalarInterface.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends DoubleScalarInterface.RelWithAbs<AU,A,RU,R>>
Methods for Absolute Scalar.static interface
DoubleScalarInterface.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends DoubleScalarInterface.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends DoubleScalarInterface.RelWithAbs<AU,A,RU,R>>
Additional methods for Relative Scalar that has a corresponding Absolute Scalar.Classes in org.djunits.value.vdouble.scalar.base that implement DoubleScalarInterface.RelWithAbs Modifier and Type Class Description class
AbstractDoubleScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractDoubleScalarAbs<AU,A,RU,R>,RU extends Unit<RU>,R extends AbstractDoubleScalarRelWithAbs<AU,A,RU,R>>
The typed, abstract DoubleScalarRelWithAbs class that forms the basis of the relative DoubleScalars suck as Duration that have an absolute equivalent such as Time.Methods in org.djunits.value.vdouble.scalar.base with type parameters of type DoubleScalarInterface.RelWithAbs Modifier and Type Method Description static <AU extends AbsoluteLinearUnit<AU, RU>, RU extends Unit<RU>, R extends DoubleScalarInterface.RelWithAbs<AU, A, RU, R>, A extends DoubleScalarInterface.Abs<AU, A, RU, R>>
ADoubleScalar. interpolate(A zero, A one, double ratio)
Interpolate between two values.static <AU extends AbsoluteLinearUnit<AU, RU>, RU extends Unit<RU>, R extends DoubleScalarInterface.RelWithAbs<AU, A, RU, R>, A extends DoubleScalarInterface.Abs<AU, A, RU, R>>
RDoubleScalar. minus(A left, A right)
Subtract two absolute values.static <AU extends AbsoluteLinearUnit<AU, RU>, RU extends Unit<RU>, R extends DoubleScalarInterface.RelWithAbs<AU, A, RU, R>, A extends DoubleScalarInterface.Abs<AU, A, RU, R>>
ADoubleScalar. minus(A left, R right)
Subtract a Relative value from an absolute value.static <AU extends AbsoluteLinearUnit<AU, RU>, RU extends Unit<RU>, R extends DoubleScalarInterface.RelWithAbs<AU, A, RU, R>, A extends DoubleScalarInterface.Abs<AU, A, RU, R>>
ADoubleScalar. plus(A left, R right)
Add a Relative value to an Absolute value.static <AU extends AbsoluteLinearUnit<AU, RU>, RU extends Unit<RU>, R extends DoubleScalarInterface.RelWithAbs<AU, A, RU, R>, A extends DoubleScalarInterface.Abs<AU, A, RU, R>>
ADoubleScalar. plus(R left, A right)
Add an Absolute value to a Relative value.