cheminfo-types
    Preparing search index...

    Interface Value

    Value with units as https://schema.org/Value

    interface Value {
        precision?: number;
        units?: string;
        value: number;
    }
    Index

    Properties

    precision?: number
    units?: string

    A string or text indicating the unit of measurement. The unit could be validated in the input form based on the UN/CEFACT Common Code list

    value: number

    The value of the quantitative value or property value node.

    [0, 1000, 1345.24456, -10, -100]