min abstract method

Float32x4 min(
  1. Float32x4 other
)

Returns the lane-wise minimum value in this Float32x4 or other.

Implementation

Float32x4 min(Float32x4 other);