Ejemplo n.º 1
0
 public static SpanI FromSpanF(SpanF _s)
 {
     SpanAPI.spanCheck(_s);
     return(new SpanI((int)_s.From, (int)_s.To));
 }