ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Enumeration UOM_LONG

    Contains full names of units of measurement

    export enum UOM_LONG {
    /** Full name for kilogram unit */
    KG = "kilogram",
    /** Full name for pound unit */
    LB = "pound",
    /** Full name for milliliter unit */
    ML = "milliliter",
    /** Full name for gram unit */
    G = "gram",
    /** Full name for liter unit */
    L = "liter",
    /** Full name for quart unit */
    QT = "quart",
    /** Full name for gallon unit */
    GAL = "gallon",
    /** Full name for ounce unit */
    OZ = "ounce",
    /** Full name for milligram unit */
    MG = "milligram",
    /** Full name for piece unit */
    PCS = "piece",
    }
    Index

    Enumeration Members

    Enumeration Members

    KG: "kilogram"

    Full name for kilogram unit

    LB: "pound"

    Full name for pound unit

    ML: "milliliter"

    Full name for milliliter unit

    G: "gram"

    Full name for gram unit

    L: "liter"

    Full name for liter unit

    QT: "quart"

    Full name for quart unit

    GAL: "gallon"

    Full name for gallon unit

    OZ: "ounce"

    Full name for ounce unit

    MG: "milligram"

    Full name for milligram unit

    PCS: "piece"

    Full name for piece unit