minimum(_:_:)
Returns a single-precision array containing the minimum of the corresponding values of two vectors.
Declaration
static func minimum<U>(_ vectorA: U, _ vectorB: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns a single-precision array containing the minimum of the corresponding values of two vectors.
static func minimum<U>(_ vectorA: U, _ vectorB: U) -> [Float] where U : AccelerateBuffer, U.Element == Float