max 抽象方法

Float64x2 max(
  1. Float64x2 other
)

返回此对象或 other 的通道最大值。

实现

Float64x2 max(Float64x2 other);