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<Double>, edge: SIMD4<Double>) -> SIMD4<Double>

See Also

Common Functions