public static bool IsNumeric(this Type type)
 {
     return(TypeInspector.IsNumericType(type));
 }