<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Float80/isFinite",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s7Float80V8isFiniteSbvp"
  },
  "title" : "isFinite"
}
-->

# isFinite

A Boolean value indicating whether this instance is finite.

```
var isFinite: Bool { get }
```

## Discussion

All values other than NaN and infinity are considered finite, whether
normal or subnormal.  For NaN, both `isFinite` and `isInfinite` are false.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)