Contents

reduce_min(_:)

Returns the minimum value in a vector.

Declaration

func reduce_min(_ x: SIMD3<UInt32>) -> UInt32

See Also

Reduce Functions