init(fromSplitComplex:scale:count:)
Creates a new array of single-precision values from a DSPDoubleSplitComplex structure.
Declaration
init(fromSplitComplex splitComplex: DSPDoubleSplitComplex, scale: Double, count: Int)Parameters
- scale:
A multiplier to apply during conversion.
- count:
The length of the required resulting array (typically half the count of either the real or imaginary parts of the
DSPSplitComplex.