算术运算符 抽象方法
override
此列表与 other
的连接。
如果 other
也是 Float32x4List,则结果是新的 Float32x4List,否则结果是正常的可增长 List<Float32x4>
。
实现
List<Float32x4> operator +(List<Float32x4> other);
此列表与 other
的连接。
如果 other
也是 Float32x4List,则结果是新的 Float32x4List,否则结果是正常的可增长 List<Float32x4>
。
List<Float32x4> operator +(List<Float32x4> other);