if(type === 'long') refLength = Math.max.apply(null, allLength);
            else  refLength = Math.min.apply(null, allLength);