Пример #1
0
 private TypeSchema BuildCore(FloatSchema w, DoubleSchema r)
 {
     return(new FloatSchema(r.RuntimeType));
 }
Пример #2
0
 private TypeSchema BuildCore(LongSchema w, FloatSchema r)
 {
     return(new LongSchema(r.RuntimeType));
 }