---
title: customMirror
framework: swift
role: symbol
role_heading: Instance Property
path: swift/float/custommirror
---

# customMirror

A mirror that reflects the Float instance.

## Declaration

```swift
var customMirror: Mirror { get }
```

## See Also

### Describing a Float

- [hash(into:)](swift/float/hash(into:).md)
- [description](swift/float/description.md)
- [debugDescription](swift/float/debugdescription.md)
- [hashValue](swift/float/hashvalue.md)
