---
title: "readAttributeNullableFloatDouble(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterunittesting/readattributenullablefloatdouble(completion:)"
---

# readAttributeNullableFloatDouble(completion:)

## Declaration

```swift
func readAttributeNullableFloatDouble(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeNullableFloatDouble() async throws -> NSNumber
```
