convertElements(of:to:)
Converts double-precision values to single-precision values.
Declaration
static func convertElements<U, V>(of source: U, to destination: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Double, V.Element == FloatParameters
- source:
The source vector.
- destination:
On output, the source values converted to single-precision values.