Uses of Class
org.djunits.value.vdouble.scalar.base.AbstractDoubleScalarRel
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.matrix.base |
Interfaces, abstract classes and utilities for DoubleMatrix.
|
| 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.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.vector.base |
Interfaces, abstract classes and utilities for DoubleVector.
|
-
Uses of AbstractDoubleScalarRel in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with type parameters of type AbstractDoubleScalarRel Modifier and Type Method Description <U extends Unit<U>, S extends AbstractDoubleScalarRel<U, S>, V extends AbstractDoubleVectorRel<U, S, V>, M extends AbstractDoubleMatrixRel<U, S, V, M>>
MSIMatrix. as(U displayUnit)Return the current matrix transformed to a matrix in the given unit. -
Uses of AbstractDoubleScalarRel in org.djunits.value.vdouble.matrix.base
Classes in org.djunits.value.vdouble.matrix.base with type parameters of type AbstractDoubleScalarRel Modifier and Type Class Description classAbstractDoubleMatrixRel<U extends Unit<U>,S extends AbstractDoubleScalarRel<U,S>,RV extends AbstractDoubleVectorRel<U,S,RV>,RM extends AbstractDoubleMatrixRel<U,S,RV,RM>>AbstractDoubleMatrixRel.java. -
Uses of AbstractDoubleScalarRel in org.djunits.value.vdouble.scalar
Subclasses of AbstractDoubleScalarRel in org.djunits.value.vdouble.scalar 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.Methods in org.djunits.value.vdouble.scalar with type parameters of type AbstractDoubleScalarRel Modifier and Type Method Description <U extends Unit<U>, S extends AbstractDoubleScalarRel<U, S>>
SSIScalar. as(U displayUnit)Return the current scalar transformed to a scalar in the given unit. -
Uses of AbstractDoubleScalarRel in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base with type parameters of type AbstractDoubleScalarRel 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.Subclasses of AbstractDoubleScalarRel in org.djunits.value.vdouble.scalar.base Modifier and Type Class Description 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 parameters of type AbstractDoubleScalarRel Modifier and Type Method Description SIScalarAbstractDoubleScalarRel. divide(AbstractDoubleScalarRel<?,?> otherScalar)Divide this scalar by another scalar and create a new scalar.SIScalarAbstractDoubleScalarRel. times(AbstractDoubleScalarRel<?,?> otherScalar)Multiply this scalar by another scalar and create a new scalar. -
Uses of AbstractDoubleScalarRel in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with type parameters of type AbstractDoubleScalarRel Modifier and Type Method Description <U extends Unit<U>, S extends AbstractDoubleScalarRel<U, S>, V extends AbstractDoubleVectorRel<U, S, V>>
VSIVector. as(U displayUnit)Return the current vector transformed to a vector in the given unit. -
Uses of AbstractDoubleScalarRel in org.djunits.value.vdouble.vector.base
Classes in org.djunits.value.vdouble.vector.base with type parameters of type AbstractDoubleScalarRel Modifier and Type Class Description classAbstractDoubleVectorRel<U extends Unit<U>,S extends AbstractDoubleScalarRel<U,S>,RV extends AbstractDoubleVectorRel<U,S,RV>>AbstractMutableDoubleVectorRel.java.Methods in org.djunits.value.vdouble.vector.base with type parameters of type AbstractDoubleScalarRel Modifier and Type Method Description <UT extends Unit<UT>, ST extends AbstractDoubleScalarRel<UT, ST>, VT extends AbstractDoubleVectorRel<UT, ST, VT>>
SIVectorAbstractDoubleVectorRel. divide(VT rel)Divide this Relative value by a Relative value for a vector or matrix.<UT extends Unit<UT>, ST extends AbstractDoubleScalarRel<UT, ST>, VT extends AbstractDoubleVectorRel<UT, ST, VT> & Relative<UT, VT>>
SIVectorAbstractDoubleVectorRel. times(VT rel)Multiply a Relative value with this Relative value for a vector or matrix.