操作符 + 抽象方法

List<Float64x2> operator +(
  1. List<Float64x2> other
)
override

此列表与 other 的连接。

如果 other 也是 Float64x2List,则结果是新的 Float64x2List,否则结果是普通的可增长 List<Float64x2>

实现

List<Float64x2> operator +(List<Float64x2> other);