Interface Scalar.RelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends Scalar.RelWithAbs<AU,​A,​RU,​R>>

    • Method Detail

      • plus

        A plus​(A abs)
        Add an Absolute value to this relative value. A new value is returned due to immutability. The unit of the result is the unit of the absolute operand.
        Parameters:
        abs - A; A the right operand
        Returns:
        A; the sum of this value and the operand