Ejemplo n.º 1
0
 public SpanF minus(SpanF other)
 {
     return(SpanAPI.spanSubtract(this, other));
 }