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 class
AbstractDoubleMatrixRel<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 class
AbsorbedDose
Easy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.class
Acceleration
Easy access methods for the Acceleration DoubleScalar, which is relative by definition.class
AmountOfSubstance
Easy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.class
Angle
Easy access methods for the Relative Angle DoubleScalar.class
Area
Easy access methods for the Area DoubleScalar, which is relative by definition.class
CatalyticActivity
Easy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.class
Density
Easy access methods for the Density DoubleScalar, which is relative by definition.class
Dimensionless
Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.class
Duration
Easy access methods for the Relative Duration DoubleScalar.class
ElectricalCapacitance
Easy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.class
ElectricalCharge
Easy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.class
ElectricalConductance
Easy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.class
ElectricalCurrent
Easy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.class
ElectricalInductance
Easy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.class
ElectricalPotential
Easy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.class
ElectricalResistance
Easy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.class
Energy
Easy access methods for the Energy DoubleScalar, which is relative by definition.class
EquivalentDose
Easy access methods for the EquivalentDose DoubleScalar, which is relative by definition.class
FlowMass
Easy access methods for the FlowMass DoubleScalar, which is relative by definition.class
FlowVolume
Easy access methods for the FlowVolume DoubleScalar, which is relative by definition.class
Force
Easy access methods for the Force DoubleScalar, which is relative by definition.class
Frequency
Easy access methods for the Frequency DoubleScalar, which is relative by definition.class
Illuminance
Easy access methods for the Illuminance DoubleScalar, which is relative by definition.class
Length
Easy access methods for the Relative Length DoubleScalar.class
LinearDensity
Easy access methods for the LinearDensity DoubleScalar, which is relative by definition.class
LuminousFlux
Easy access methods for the LuminousFlux DoubleScalar, which is relative by definition.class
LuminousIntensity
Easy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.class
MagneticFlux
Easy access methods for the MagneticFlux DoubleScalar, which is relative by definition.class
MagneticFluxDensity
Easy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.class
Mass
Easy access methods for the Mass DoubleScalar, which is relative by definition.class
Power
Easy access methods for the Power DoubleScalar, which is relative by definition.class
Pressure
Easy access methods for the Pressure DoubleScalar, which is relative by definition.class
RadioActivity
Easy access methods for the RadioActivity DoubleScalar, which is relative by definition.class
SIScalar
Easy access methods for the generic Relative SI DoubleScalar.class
SolidAngle
Easy access methods for the SolidAngle DoubleScalar, which is relative by definition.class
Speed
Easy access methods for the Speed DoubleScalar, which is relative by definition.class
Temperature
Easy access methods for the Relative Temperature DoubleScalar.class
Torque
Easy access methods for the Torque DoubleScalar, which is relative by definition.class
Volume
Easy 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 <KU extends Unit<KU>, K extends AbstractDoubleScalarRel<KU, K>>
KSIScalar. as(KU 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 class
AbstractDoubleScalarRel<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 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 parameters of type AbstractDoubleScalarRel Modifier and Type Method Description SIScalar
AbstractDoubleScalarRel. divide(AbstractDoubleScalarRel<?,?> otherScalar)
Divide this scalar by another scalar and create a new scalar.SIScalar
AbstractDoubleScalarRel. 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 class
AbstractDoubleVectorRel<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.