init(count:data:)
Creates a new vector of double-precision values.
Declaration
init(count: Int32, data: UnsafeMutablePointer<Double>)Parameters
- count:
The number of items in the vector.
- data:
The array of double-precision, floating-point values.
Creates a new vector of double-precision values.
init(count: Int32, data: UnsafeMutablePointer<Double>)The number of items in the vector.
The array of double-precision, floating-point values.