List of utility methods to do Char Array to Double Array
if (orig != null) return subarrayChar2Double(orig, 0, orig.length); else return null;