Interface FloatScalarInterface.Rel<U extends Unit<U>,​R extends FloatScalarInterface.Rel<U,​R>>

    • Method Detail

      • instantiateRel

        R instantiateRel​(float value,
                         U unit)
        Construct a new Relative Immutable FloatScalar of the right type. Each extending class must implement this method.
        Parameters:
        value - float; the float value
        unit - U; the unit
        Returns:
        R a new relative instance of the FloatScalar of the right type