Contents

DSPComplex

A structure that represents a single-precision complex value.

Declaration

struct DSPComplex

Mentioned in

Overview

Complex data are stored as ordered pairs of floating-point numbers. Because they are stored as ordered pairs, complex vectors require address strides that are multiples of two.

Topics

Initializers

Instance Properties

See Also

Data types