---
title: NDArray.ScalarType.cfloat32
framework: coreai
role: symbol
role_heading: Case
path: coreai/ndarray/scalartype-swift.enum/cfloat32
---

# NDArray.ScalarType.cfloat32

A 32-bit complex floating-point type.

## Declaration

```swift
case cfloat32
```

## Discussion

Discussion Complex Float32 represents complex numbers with 32-bit float real and imaginary parts, totaling 64 bits per value. This type is not currently supported by any operation, but support may be added in the future.

## See Also

### Defining complex types

- [NDArray.ScalarType.cfloat16](coreai/ndarray/scalartype-swift.enum/cfloat16.md)
- [NDArray.ScalarType.cfloat64](coreai/ndarray/scalartype-swift.enum/cfloat64.md)
