Uses of Interface
org.djunits.value.vfloat.scalar.base.FloatScalarInterface.Rel
Package | Description |
---|---|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.scalar.base |
Utilities, interfaces and abstract classes for FloatScalar.
|
-
Uses of FloatScalarInterface.Rel in org.djunits.value.vfloat.scalar
Classes in org.djunits.value.vfloat.scalar that implement FloatScalarInterface.Rel Modifier and Type Class Description class
FloatAbsorbedDose
Easy access methods for the FloatAbsorbedDose FloatScalar, which is relative by definition.class
FloatAcceleration
Easy access methods for the FloatAcceleration FloatScalar, which is relative by definition.class
FloatAmountOfSubstance
Easy access methods for the FloatAmountOfSubstance FloatScalar, which is relative by definition.class
FloatAngle
Easy access methods for the FloatAngle FloatScalar.class
FloatArea
Easy access methods for the FloatArea FloatScalar, which is relative by definition.class
FloatCatalyticActivity
Easy access methods for the FloatCatalyticActivity FloatScalar, which is relative by definition.class
FloatDensity
Easy access methods for the FloatDensity FloatScalar, which is relative by definition.class
FloatDimensionless
Easy access methods for the FloatDimensionless FloatScalar, which is relative by definition.class
FloatDuration
Easy access methods for the FloatDuration FloatScalar.class
FloatElectricalCapacitance
Easy access methods for the FloatElectricalCapacitance FloatScalar, which is relative by definition.class
FloatElectricalCharge
Easy access methods for the FloatElectricalCharge FloatScalar, which is relative by definition.class
FloatElectricalConductance
Easy access methods for the FloatElectricalConductance FloatScalar, which is relative by definition.class
FloatElectricalCurrent
Easy access methods for the FloatElectricalCurrent FloatScalar, which is relative by definition.class
FloatElectricalInductance
Easy access methods for the FloatElectricalInductance FloatScalar, which is relative by definition.class
FloatElectricalPotential
Easy access methods for the FloatElectricalPotential FloatScalar, which is relative by definition.class
FloatElectricalResistance
Easy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.class
FloatEnergy
Easy access methods for the FloatEnergy FloatScalar, which is relative by definition.class
FloatEquivalentDose
Easy access methods for the FloatEquivalentDose FloatScalar, which is relative by definition.class
FloatFlowMass
Easy access methods for the FloatFlowMass FloatScalar, which is relative by definition.class
FloatFlowVolume
Easy access methods for the FloatFlowVolume FloatScalar, which is relative by definition.class
FloatForce
Easy access methods for the FloatForce FloatScalar, which is relative by definition.class
FloatFrequency
Easy access methods for the FloatFrequency FloatScalar, which is relative by definition.class
FloatIlluminance
Easy access methods for the FloatIlluminance FloatScalar, which is relative by definition.class
FloatLength
Easy access methods for the FloatLength FloatScalar.class
FloatLinearDensity
Easy access methods for the FloatLinearDensity FloatScalar, which is relative by definition.class
FloatLuminousFlux
Easy access methods for the FloatLuminousFlux FloatScalar, which is relative by definition.class
FloatLuminousIntensity
Easy access methods for the FloatLuminousIntensity FloatScalar, which is relative by definition.class
FloatMagneticFlux
Easy access methods for the FloatMagneticFlux FloatScalar, which is relative by definition.class
FloatMagneticFluxDensity
Easy access methods for the FloatMagneticFluxDensity FloatScalar, which is relative by definition.class
FloatMass
Easy access methods for the FloatMass FloatScalar, which is relative by definition.class
FloatPower
Easy access methods for the FloatPower FloatScalar, which is relative by definition.class
FloatPressure
Easy access methods for the FloatPressure FloatScalar, which is relative by definition.class
FloatRadioActivity
Easy access methods for the FloatRadioActivity FloatScalar, which is relative by definition.class
FloatSIScalar
Easy access methods for the generic Relative SI FloatScalar.class
FloatSolidAngle
Easy access methods for the FloatSolidAngle FloatScalar, which is relative by definition.class
FloatSpeed
Easy access methods for the FloatSpeed FloatScalar, which is relative by definition.class
FloatTemperature
Easy access methods for the FloatTemperature FloatScalar.class
FloatTorque
Easy access methods for the FloatTorque FloatScalar, which is relative by definition.class
FloatVolume
Easy access methods for the FloatVolume FloatScalar, which is relative by definition. -
Uses of FloatScalarInterface.Rel in org.djunits.value.vfloat.scalar.base
Classes in org.djunits.value.vfloat.scalar.base with type parameters of type FloatScalarInterface.Rel Modifier and Type Interface Description static interface
FloatScalarInterface.Rel<U extends Unit<U>,R extends FloatScalarInterface.Rel<U,R>>
Methods for Relative FloatScalar.Classes in org.djunits.value.vfloat.scalar.base that implement FloatScalarInterface.Rel Modifier and Type Class Description class
AbstractFloatScalarRel<U extends Unit<U>,R extends AbstractFloatScalarRel<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.class
AbstractFloatScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractFloatScalarAbs<AU,A,RU,R>,RU extends Unit<RU>,R extends AbstractFloatScalarRelWithAbs<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.Methods in org.djunits.value.vfloat.scalar.base with type parameters of type FloatScalarInterface.Rel Modifier and Type Method Description static <U extends Unit<U>, R extends FloatScalarInterface.Rel<U, R>>
RFloatScalar. interpolate(R zero, R one, float ratio)
Interpolate between two values.static <U extends Unit<U>, R extends FloatScalarInterface.Rel<U, R>>
RFloatScalar. minus(R left, R right)
Subtract a relative value from a relative value.static <U extends Unit<U>, R extends FloatScalarInterface.Rel<U, R>>
RFloatScalar. plus(R left, R right)
Add a Relative value to a Relative value.Methods in org.djunits.value.vfloat.scalar.base with parameters of type FloatScalarInterface.Rel Modifier and Type Method Description static FloatSIScalar
FloatScalar. divide(FloatScalarInterface.Rel<?,?> left, FloatScalarInterface.Rel<?,?> right)
Divide two values; the result is a new instance with a different (existing or generated) SI unit.static FloatSIScalar
FloatScalar. multiply(FloatScalarInterface.Rel<?,?> left, FloatScalarInterface.Rel<?,?> right)
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.