Contents

maximum(_:_:)

Returns a single-precision array containing the maximum of the corresponding values of two vectors.

Declaration

static func maximum<U>(_ vectorA: U, _ vectorB: U) -> [Float] where U : AccelerateBuffer, U.Element == Float

See Also

Type Methods