Ejemplo n.º 1
0
 public SpanF boundedBy(SpanF range)
 {
     return(SpanAPI.spanBounded(this, range));
 }