---
title: MPSImageFeatureChannelFormat.float32
framework: metalperformanceshaders
role: symbol
role_heading: Case
path: metalperformanceshaders/mpsimagefeaturechannelformat/float32
---

# MPSImageFeatureChannelFormat.float32

IEEE-754 32-bit floating-point type (single precision, standard float type in C). 24 bits of precision + exponent.

## Declaration

```swift
case float32
```

## See Also

### Constants

- [MPSImageFeatureChannelFormat.none](metalperformanceshaders/mpsimagefeaturechannelformat/none.md)
- [MPSImageFeatureChannelFormat.unorm8](metalperformanceshaders/mpsimagefeaturechannelformat/unorm8.md)
- [MPSImageFeatureChannelFormat.unorm16](metalperformanceshaders/mpsimagefeaturechannelformat/unorm16.md)
- [MPSImageFeatureChannelFormat.float16](metalperformanceshaders/mpsimagefeaturechannelformat/float16.md)
