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 == DoubleReturns the number of zero crossings in a double-precision vector.
static func countZeroCrossings<U>(_ vector: U) -> UInt where U : AccelerateBuffer, U.Element == Double