Uses of Class
org.djunits.value.vdouble.scalar.base.DoubleScalarRel
Package
Description
Interfaces, abstract classes and utilities for DoubleMatrix.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Interfaces, abstract classes and utilities for DoubleScalar.
Interfaces, abstract classes and utilities for DoubleVector.
-
Uses of DoubleScalarRel in org.djunits.value.vdouble.matrix.base
Modifier and TypeClassDescriptionclass
DoubleMatrixRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>, RM extends DoubleMatrixRel<U, S, RV, RM>> DoubleMatrixRel.java. -
Uses of DoubleScalarRel in org.djunits.value.vdouble.scalar
Modifier and TypeClassDescriptionclass
Easy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.class
Easy access methods for the Acceleration DoubleScalar, which is relative by definition.class
Easy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Angle DoubleScalar.class
Easy access methods for the AngularAcceleration DoubleScalar, which is relative by definition.class
Easy access methods for the AngularVelocity DoubleScalar, which is relative by definition.class
Easy access methods for the Area DoubleScalar, which is relative by definition.class
Easy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.class
Easy access methods for the Density DoubleScalar, which is relative by definition.class
Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Duration DoubleScalar.class
Easy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.class
Easy access methods for the Energy DoubleScalar, which is relative by definition.class
Easy access methods for the EquivalentDose DoubleScalar, which is relative by definition.class
Easy access methods for the FlowMass DoubleScalar, which is relative by definition.class
Easy access methods for the FlowVolume DoubleScalar, which is relative by definition.class
Easy access methods for the Force DoubleScalar, which is relative by definition.class
Easy access methods for the Frequency DoubleScalar, which is relative by definition.class
Easy access methods for the Illuminance DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Length DoubleScalar.class
Easy access methods for the LinearDensity DoubleScalar, which is relative by definition.class
Easy access methods for the LuminousFlux DoubleScalar, which is relative by definition.class
Easy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.class
Easy access methods for the MagneticFlux DoubleScalar, which is relative by definition.class
Easy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.class
Easy access methods for the Mass DoubleScalar, which is relative by definition.class
Easy access methods for the Momentum DoubleScalar, which is relative by definition.class
Easy access methods for the Power DoubleScalar, which is relative by definition.class
Easy access methods for the Pressure DoubleScalar, which is relative by definition.class
Easy access methods for the RadioActivity DoubleScalar, which is relative by definition.class
Easy access methods for the generic Relative SI DoubleScalar.class
Easy access methods for the SolidAngle DoubleScalar, which is relative by definition.class
Easy access methods for the Speed DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Temperature DoubleScalar.class
Easy access methods for the Torque DoubleScalar, which is relative by definition.class
Easy access methods for the Volume DoubleScalar, which is relative by definition.Modifier and TypeMethodDescriptionfinal <U extends Unit<U>,
S extends DoubleScalarRel<U, S>>
SSIScalar.as
(U displayUnit) Return the current scalar transformed to a scalar in the given unit. -
Uses of DoubleScalarRel in org.djunits.value.vdouble.scalar.base
Modifier and TypeClassDescriptionclass
DoubleScalarRel<U extends Unit<U>,
R extends DoubleScalarRel<U, R>> The typed, abstract DoubleScalarRel class that forms the basis of all DoubleScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.Modifier and TypeClassDescriptionclass
DoubleScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends DoubleScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<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.Modifier and TypeMethodDescriptionstatic <U extends Unit<U>,
R extends DoubleScalarRel<U, R>>
RDoubleScalar.interpolate
(R zero, R one, double ratio) Interpolate between two values.static <U extends Unit<U>,
R extends DoubleScalarRel<U, R>>
RDoubleScalar.minus
(R left, R right) Subtract a relative value from a relative value.static <U extends Unit<U>,
R extends DoubleScalarRel<U, R>>
RDoubleScalar.plus
(R left, R right) Add a Relative value to a Relative value.Modifier and TypeMethodDescriptionabstract DoubleScalarRel<?,
?> DoubleScalarRel.reciprocal()
Create the reciprocal of this scalar with the correct dimensions.Modifier and TypeMethodDescriptionstatic SIScalar
DoubleScalar.divide
(DoubleScalarRel<?, ?> left, DoubleScalarRel<?, ?> right) Divide two values; the result is a new instance with a different (existing or generated) SI unit.DoubleScalarRel.divide
(DoubleScalarRel<?, ?> otherScalar) Divide this scalar by another scalar and create a new scalar.static SIScalar
DoubleScalar.multiply
(DoubleScalarRel<?, ?> left, DoubleScalarRel<?, ?> right) Multiply two values; the result is a new instance with a different (existing or generated) SI unit.DoubleScalarRel.times
(DoubleScalarRel<?, ?> otherScalar) Multiply this scalar by another scalar and create a new scalar. -
Uses of DoubleScalarRel in org.djunits.value.vdouble.vector.base
Modifier and TypeClassDescriptionclass
DoubleVectorRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>> AbstractMutableDoubleVectorRel.java.Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends DoubleScalarRel<UT, ST>, VT extends DoubleVectorRel<UT, ST, VT>>
SIVectorDoubleVectorRel.divide
(VT rel) Divide this Relative value by a Relative value for a vector or matrix.final <UT extends Unit<UT>,
ST extends DoubleScalarRel<UT, ST>, VT extends DoubleVectorRel<UT, ST, VT> & Relative<UT, VT>>
SIVectorDoubleVectorRel.times
(VT rel) Multiply a Relative value with this Relative value for a vector or matrix.