max 抽象方法

Float64x2 max(
  1. Float64x2 other
)

在这个 Float64x2other 中的通道最大值。

实现

Float64x2 max(Float64x2 other);