Contents

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 == Float

See Also

Type Methods