Uses of Interface
org.djunits.value.vdouble.scalar.base.DoubleScalarInterface.Rel
| 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.Rel in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement DoubleScalarInterface.Rel Modifier and Type Class Description classAbsorbedDoseEasy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.classAccelerationEasy access methods for the Acceleration DoubleScalar, which is relative by definition.classAmountOfSubstanceEasy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.classAngleEasy access methods for the Relative Angle DoubleScalar.classAngularAccelerationEasy access methods for the AngularAcceleration DoubleScalar, which is relative by definition.classAngularVelocityEasy access methods for the AngularVelocity DoubleScalar, which is relative by definition.classAreaEasy access methods for the Area DoubleScalar, which is relative by definition.classCatalyticActivityEasy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.classDensityEasy access methods for the Density DoubleScalar, which is relative by definition.classDimensionlessEasy access methods for the Dimensionless DoubleScalar, which is relative by definition.classDurationEasy access methods for the Relative Duration DoubleScalar.classElectricalCapacitanceEasy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.classElectricalChargeEasy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.classElectricalConductanceEasy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.classElectricalCurrentEasy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.classElectricalInductanceEasy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.classElectricalPotentialEasy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.classElectricalResistanceEasy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.classEnergyEasy access methods for the Energy DoubleScalar, which is relative by definition.classEquivalentDoseEasy access methods for the EquivalentDose DoubleScalar, which is relative by definition.classFlowMassEasy access methods for the FlowMass DoubleScalar, which is relative by definition.classFlowVolumeEasy access methods for the FlowVolume DoubleScalar, which is relative by definition.classForceEasy access methods for the Force DoubleScalar, which is relative by definition.classFrequencyEasy access methods for the Frequency DoubleScalar, which is relative by definition.classIlluminanceEasy access methods for the Illuminance DoubleScalar, which is relative by definition.classLengthEasy access methods for the Relative Length DoubleScalar.classLinearDensityEasy access methods for the LinearDensity DoubleScalar, which is relative by definition.classLuminousFluxEasy access methods for the LuminousFlux DoubleScalar, which is relative by definition.classLuminousIntensityEasy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.classMagneticFluxEasy access methods for the MagneticFlux DoubleScalar, which is relative by definition.classMagneticFluxDensityEasy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.classMassEasy access methods for the Mass DoubleScalar, which is relative by definition.classMomentumEasy access methods for the Momentum DoubleScalar, which is relative by definition.classPowerEasy access methods for the Power DoubleScalar, which is relative by definition.classPressureEasy access methods for the Pressure DoubleScalar, which is relative by definition.classRadioActivityEasy access methods for the RadioActivity DoubleScalar, which is relative by definition.classSIScalarEasy access methods for the generic Relative SI DoubleScalar.classSolidAngleEasy access methods for the SolidAngle DoubleScalar, which is relative by definition.classSpeedEasy access methods for the Speed DoubleScalar, which is relative by definition.classTemperatureEasy access methods for the Relative Temperature DoubleScalar.classTorqueEasy access methods for the Torque DoubleScalar, which is relative by definition.classVolumeEasy access methods for the Volume DoubleScalar, which is relative by definition. -
Uses of DoubleScalarInterface.Rel in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base with type parameters of type DoubleScalarInterface.Rel Modifier and Type Interface Description static interfaceDoubleScalarInterface.Rel<U extends Unit<U>,R extends DoubleScalarInterface.Rel<U,R>>Methods for Relative DoubleScalar.Classes in org.djunits.value.vdouble.scalar.base that implement DoubleScalarInterface.Rel Modifier and Type Class Description classAbstractDoubleScalarRel<U extends Unit<U>,R extends AbstractDoubleScalarRel<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.classAbstractDoubleScalarRelWithAbs<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.Rel Modifier and Type Method Description static <U extends Unit<U>, R extends DoubleScalarInterface.Rel<U, R>>
RDoubleScalar. interpolate(R zero, R one, double ratio)Interpolate between two values.static <U extends Unit<U>, R extends DoubleScalarInterface.Rel<U, R>>
RDoubleScalar. minus(R left, R right)Subtract a relative value from a relative value.static <U extends Unit<U>, R extends DoubleScalarInterface.Rel<U, R>>
RDoubleScalar. plus(R left, R right)Add a Relative value to a Relative value.Methods in org.djunits.value.vdouble.scalar.base with parameters of type DoubleScalarInterface.Rel Modifier and Type Method Description static SIScalarDoubleScalar. divide(DoubleScalarInterface.Rel<?,?> left, DoubleScalarInterface.Rel<?,?> right)Divide two values; the result is a new instance with a different (existing or generated) SI unit.static SIScalarDoubleScalar. multiply(DoubleScalarInterface.Rel<?,?> left, DoubleScalarInterface.Rel<?,?> right)Multiply two values; the result is a new instance with a different (existing or generated) SI unit.