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

# NDArray.ScalarType.cfloat16

A 16-bit complex floating-point type.

## Declaration

```swift
case cfloat16
```

## Discussion

Discussion Complex Float16 represents complex numbers with 16-bit float real and imaginary parts, totaling 32 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.cfloat32](coreai/ndarray/scalartype-swift.enum/cfloat32.md)
- [NDArray.ScalarType.cfloat64](coreai/ndarray/scalartype-swift.enum/cfloat64.md)
