ceil(_:)
Returns the ceiling of each element in a vector of single-precision values.
Declaration
static func ceil<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the ceiling of each element in a vector of single-precision values.
static func ceil<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float