Contents

floor(_:result:)

Calculates the floor of each element in a vector of single-precision values.

Declaration

static func floor<U, V>(_ vector: U, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == Float

See Also

Array-Oriented Arithmetic and Auxiliary Functions