public static IDoubleArrayProcessor CreateDoubleArrayProcessor(DoubleArrayProcessorType type)
 {
     return processors[type];
 }
Ejemplo n.º 2
0
 public static IDoubleArrayProcessor CreateDoubleArrayProcessor(DoubleArrayProcessorType type)
 {
     return(processors[type]);
 }