Contents

step(_:edge:)

Returns zero for each element in a vector less than a specified edge, and otherwise returns one.

Declaration

func step(_ x: SIMD4<Float>, edge: SIMD4<Float>) -> SIMD4<Float>

See Also

Common Functions