public static IDoubleArrayProcessor CreateDoubleArrayProcessor(DoubleArrayProcessorType type)
 {
     return processors[type];
 }
Beispiel #2
0
 public static IDoubleArrayProcessor CreateDoubleArrayProcessor(DoubleArrayProcessorType type)
 {
     return(processors[type]);
 }