public static IDoubleArrayWriter CreateDoubleArrayWriter(DoubleArrayWriterType type)
 {
     return writers[type];
 }
Esempio n. 2
0
 public static IDoubleArrayWriter CreateDoubleArrayWriter(DoubleArrayWriterType type)
 {
     return(writers[type]);
 }