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

    • Method Detail

      • getSI

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

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

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