Uses of Class
org.djunits.value.vfloat.scalar.base.FloatScalarRel
Package
Description
Interfaces, abstract classes and utilities for FloatMatrix.
Float Scalar storage and calculations with units, absolute/relative.
Utilities, interfaces and abstract classes for FloatScalar.
Interfaces, abstract classes and utilities for FloatVector.
-
Uses of FloatScalarRel in org.djunits.value.vfloat.matrix.base
Modifier and TypeClassDescriptionclass
FloatMatrixRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>, RM extends FloatMatrixRel<U, S, RV, RM>> FloatMatrixRel.java. -
Uses of FloatScalarRel in org.djunits.value.vfloat.scalar
Modifier and TypeClassDescriptionclass
Easy access methods for the FloatAbsorbedDose FloatScalar, which is relative by definition.class
Easy access methods for the FloatAcceleration FloatScalar, which is relative by definition.class
Easy access methods for the FloatAmountOfSubstance FloatScalar, which is relative by definition.class
Easy access methods for the FloatAngle FloatScalar.class
Easy access methods for the FloatAngularAcceleration FloatScalar, which is relative by definition.class
Easy access methods for the FloatAngularVelocity FloatScalar, which is relative by definition.class
Easy access methods for the FloatArea FloatScalar, which is relative by definition.class
Easy access methods for the FloatCatalyticActivity FloatScalar, which is relative by definition.class
Easy access methods for the FloatDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatDimensionless FloatScalar, which is relative by definition.class
Easy access methods for the FloatDuration FloatScalar.class
Easy access methods for the FloatElectricalCapacitance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalCharge FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalConductance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalCurrent FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalInductance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalPotential FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.class
Easy access methods for the FloatEnergy FloatScalar, which is relative by definition.class
Easy access methods for the FloatEquivalentDose FloatScalar, which is relative by definition.class
Easy access methods for the FloatFlowMass FloatScalar, which is relative by definition.class
Easy access methods for the FloatFlowVolume FloatScalar, which is relative by definition.class
Easy access methods for the FloatForce FloatScalar, which is relative by definition.class
Easy access methods for the FloatFrequency FloatScalar, which is relative by definition.class
Easy access methods for the FloatIlluminance FloatScalar, which is relative by definition.class
Easy access methods for the FloatLength FloatScalar.class
Easy access methods for the FloatLinearDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatLuminousFlux FloatScalar, which is relative by definition.class
Easy access methods for the FloatLuminousIntensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatMagneticFlux FloatScalar, which is relative by definition.class
Easy access methods for the FloatMagneticFluxDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatMass FloatScalar, which is relative by definition.class
Easy access methods for the FloatMomentum FloatScalar, which is relative by definition.class
Easy access methods for the FloatPower FloatScalar, which is relative by definition.class
Easy access methods for the FloatPressure FloatScalar, which is relative by definition.class
Easy access methods for the FloatRadioActivity FloatScalar, which is relative by definition.class
Easy access methods for the generic Relative SI FloatScalar.class
Easy access methods for the FloatSolidAngle FloatScalar, which is relative by definition.class
Easy access methods for the FloatSpeed FloatScalar, which is relative by definition.class
Easy access methods for the FloatTemperature FloatScalar.class
Easy access methods for the FloatTorque FloatScalar, which is relative by definition.class
Easy access methods for the FloatVolume FloatScalar, which is relative by definition.Modifier and TypeMethodDescriptionfinal <U extends Unit<U>,
S extends FloatScalarRel<U, S>>
SFloatSIScalar.as
(U displayUnit) Return the current scalar transformed to a scalar in the given unit. -
Uses of FloatScalarRel in org.djunits.value.vfloat.scalar.base
Modifier and TypeClassDescriptionclass
FloatScalarRel<U extends Unit<U>,
R extends FloatScalarRel<U, R>> The typed, abstract FloatScalarRel class that forms the basis of all FloatScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.Modifier and TypeClassDescriptionclass
FloatScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>> The typed, abstract FloatScalarRelWithAbs class that forms the basis of the relative FloatScalars suck as Duration that have an absolute equivalent such as Time.Modifier and TypeMethodDescriptionstatic <U extends Unit<U>,
R extends FloatScalarRel<U, R>>
RFloatScalar.interpolate
(R zero, R one, float ratio) Interpolate between two values.static <U extends Unit<U>,
R extends FloatScalarRel<U, R>>
RFloatScalar.minus
(R left, R right) Subtract a relative value from a relative value.static <U extends Unit<U>,
R extends FloatScalarRel<U, R>>
RFloatScalar.plus
(R left, R right) Add a Relative value to a Relative value.Modifier and TypeMethodDescriptionabstract FloatScalarRel<?,
?> FloatScalarRel.reciprocal()
Create the reciprocal of this scalar with the correct dimensions.Modifier and TypeMethodDescriptionstatic FloatSIScalar
FloatScalar.divide
(FloatScalarRel<?, ?> left, FloatScalarRel<?, ?> right) Divide two values; the result is a new instance with a different (existing or generated) SI unit.FloatScalarRel.divide
(FloatScalarRel<?, ?> otherScalar) Divide this scalar by another scalar and create a new scalar.static FloatSIScalar
FloatScalar.multiply
(FloatScalarRel<?, ?> left, FloatScalarRel<?, ?> right) Multiply two values; the result is a new instance with a different (existing or generated) SI unit.FloatScalarRel.times
(FloatScalarRel<?, ?> otherScalar) Multiply this scalar by another scalar and create a new scalar. -
Uses of FloatScalarRel in org.djunits.value.vfloat.vector.base
Modifier and TypeClassDescriptionclass
FloatVectorRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>> AbstractMutableFloatVectorRel.java.Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.divide
(VT rel) Divide this Relative value by a Relative value for a vector or matrix.final <UT extends Unit<UT>,
ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.times
(VT rel) Multiply a Relative value with this Relative value for a vector or matrix.