step(_:edge:)
Returns zero for each element in a vector less than a specified edge, and otherwise returns one.
Declaration
func step(_ x: SIMD3<Double>, edge: SIMD3<Double>) -> SIMD3<Double>Returns zero for each element in a vector less than a specified edge, and otherwise returns one.
func step(_ x: SIMD3<Double>, edge: SIMD3<Double>) -> SIMD3<Double>