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