Function qualityToDecimal

  • Converts a quality in "billionths" format to a decimal.

    Parameters

    • quality: number

      Quality to convert to decimal.

    Returns string

    decimal representation of quality.

    Throws

    ValidationError when quality is not convertible to decimal format.

Generated using TypeDoc