Contents

countZeroCrossings(_:)

Returns the number of zero crossings in a double-precision vector.

Declaration

static func countZeroCrossings<U>(_ vector: U) -> UInt where U : AccelerateBuffer, U.Element == Double

See Also

Type Methods