Interface DoubleScalarInterface<U extends Unit<U>,​S extends DoubleScalarInterface<U,​S>>

    • Method Detail

      • getSI

        double getSI()
        Retrieve the value in the underlying SI unit.
        Returns:
        double
      • getInUnit

        double getInUnit()
        Retrieve the value in the original unit.
        Returns:
        double
      • getInUnit

        double getInUnit​(U targetUnit)
        Retrieve the value converted into some specified unit.
        Parameters:
        targetUnit - U; the unit to convert the value into
        Returns:
        double