this.Decimal = (function() {
        const ctor = function(value) {
            this.value = value;
            this.type = "decimal";
        };