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>>

    • Constructor Detail

      • AbstractDoubleScalarRelWithAbs

        public AbstractDoubleScalarRelWithAbs​(double value,
                                              RU unit)
        Construct a new Relative Immutable DoubleScalar.
        Parameters:
        value - double; the value of the new Relative Immutable DoubleScalar
        unit - RU; the unit of the new Relative Immutable DoubleScalar
      • AbstractDoubleScalarRelWithAbs

        public AbstractDoubleScalarRelWithAbs​(R value)
        Construct a new Relative Immutable DoubleScalar from an existing Relative Immutable DoubleScalar.
        Parameters:
        value - R, a relative typed DoubleScalar; the reference