min 抽象方法

Float32x4 min(
  1. Float32x4 other
)

返回Float32x4中或other中的每通道最小值。

实现

Float32x4 min(Float32x4 other);