Uses of Class
org.djunits.value.vfloat.scalar.base.FloatScalarAbs
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 FloatScalarAbs in org.djunits.value.vfloat.matrix.base
Modifier and TypeClassDescriptionclass
FloatMatrixAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, AM extends FloatMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends FloatMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableFloatMatrixRelWithAbs.java.class
FloatMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, AM extends FloatMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends FloatMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableFloatMatrixRelWithAbs.java. -
Uses of FloatScalarAbs in org.djunits.value.vfloat.scalar
Modifier and TypeClassDescriptionclass
Easy access methods for the FloatAbsoluteTemperature FloatScalar.class
Easy access methods for the FloatDirection FloatScalar.class
Easy access methods for the FloatPosition FloatScalar.class
Easy access methods for the FloatTime FloatScalar. -
Uses of FloatScalarAbs in org.djunits.value.vfloat.scalar.base
Modifier and TypeClassDescriptionclass
FloatScalarAbs<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 FloatScalarAbs 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
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 <AU extends AbsoluteLinearUnit<AU,
RU>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, A extends FloatScalarAbs<AU, A, RU, R>>
AFloatScalar.interpolate
(A zero, A one, float ratio) Interpolate between two values.static <AU extends AbsoluteLinearUnit<AU,
RU>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, A extends FloatScalarAbs<AU, A, RU, R>>
RFloatScalar.minus
(A left, A right) Subtract two absolute values.static <AU extends AbsoluteLinearUnit<AU,
RU>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, A extends FloatScalarAbs<AU, A, RU, R>>
AFloatScalar.minus
(A left, R right) Subtract a Relative value from an absolute value.static <AU extends AbsoluteLinearUnit<AU,
RU>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, A extends FloatScalarAbs<AU, A, RU, R>>
AFloatScalar.plus
(A left, R right) Add a Relative value to an Absolute value.static <AU extends AbsoluteLinearUnit<AU,
RU>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, A extends FloatScalarAbs<AU, A, RU, R>>
AFloatScalar.plus
(R left, A right) Add an Absolute value to a Relative value. -
Uses of FloatScalarAbs in org.djunits.value.vfloat.vector.base
Modifier and TypeClassDescriptionclass
FloatVectorAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>> AbstractMutableFloatVectorRelWithAbs.java.class
FloatVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>> AbstractMutableFloatVectorRelWithAbs.java.