<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/FloatingPointSign/RawValue-swift.typealias",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s17FloatingPointSignO8RawValuea"
  },
  "title" : "FloatingPointSign.RawValue"
}
-->

# FloatingPointSign.RawValue

The raw type that can be used to represent all values of the conforming
type.

```
typealias RawValue = Int
```

## Discussion

Every distinct value of the conforming type has a corresponding unique
value of the `RawValue` type, but there may be values of the `RawValue`
type that don’t have a corresponding value of the conforming type.

---

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)