@metreeca/core - v0.9.22
    Preparing search index...

    Function isNumeric

    • Checks whether a datatype is an XSD numeric datatype.

      Recognises the integer, decimal, and floating-point datatypes of xsd, including their signed, unsigned, and bounded derivations.

      Parameters

      • datatype: string

        The datatype to check

      Returns boolean

      true if datatype is one of the XSD numeric datatypes; false otherwise

      xsd