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