コード例 #1
0
 private TypeSchema BuildCore(LongSchema w, DoubleSchema r)
 {
     return(new LongSchema(r.RuntimeType));
 }
コード例 #2
0
 private TypeSchema BuildCore(FloatSchema w, DoubleSchema r)
 {
     return(new FloatSchema(r.RuntimeType));
 }
コード例 #3
0
 private TypeSchema BuildCore(DoubleSchema w, DoubleSchema r)
 {
     return(new DoubleSchema());
 }