Float32x4 min(
Float32x4 other
)

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

Source

/// Returns the lane-wise minimum value in [this] or [other].
Float32x4 min(Float32x4 other);