Ejemplo n.º 1
0
 internal static IArrayHandlers GetNumericHandler(NPY_TYPES ItemType)
 {
     return(NpyCoreApi.GetArrayHandler(ItemType));
 }