REAL: typeof REAL & ((...args) => REAL) = ...

This is a simple wrapper to make the DataType constructable without new. See the return type for all available options.

Type declaration

    • (...args): REAL
    • Parameters

      • Rest ...args: [] | [precision: number] | [precision: number, scale: number] | [options: DecimalNumberOptions]

      Returns REAL